constrain
constrain copied to clipboard
Responsive, animated figures in JavaScript/HTML canvases
Hints become important for complex diagrams with a lot of constraints in tension with each other. It's not clear that there is enough support for computing hints in a way...
That is, they should have the setCornerRadius method like rectangles do.
Currently they only work on connectors.
On Safari some constraints are intermittently being solved some other way. Possibly `DOMElementBox` is not reliable.
It should support clipping, scaling, and rotating the image and also probably add expressions for reading image attributes that can then be used to construct constraints.
It would be helpful to be able to define code to run at the beginning or end of frames, e.g. to change the style of existing objects. Possibly as a...
When rewinding into a previous slide, figures should be in their final state, not their initial one.
The problem is that MathJax generates SVG images, and although jsPDF does have some SVG support (via Canvg, apparently), it doesn't seem to be able to handle the images generated...