Closed godiard closed 8 years ago
This is a very useful feature, and it will be accepted. but there are more details need to deal with: lines on canvas, node editing, scrollbars or pan, size of jmexpander.
look forward for your new pr, thank you very much.
Sent a pull request with a alternative, simpler, implementation.
Please add hactoberfest label :)
thank @godiard
Hi, I would like implement a zoom in/zoom out feature. One alternative is change the font size in the nodes (with the limitation that do not change the image nodes size).
As a experiment, I added the following method in features_2.html and works
Obviously a real solution is more complex, we need define the default font size, and increase/decrese the size, and/or other values, this is just a proof of concept.
Before start to code this, I would like to know if is a feature that would be accepted, and if this approach looks right.