Replies: 1 comment 3 replies
-
This is a nice enhancement. If I am not mistaken JavaFX only support SVG path and cannot handle complex SVG files. What would be an ideal way to handle SVGs which can have For example:
With multiple paths:
With other tags:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the complicated svg path, no one should be able to handwrite it;
Add an open button to the content of SVGPath, which is used to open the file in svg format, and then after the opening is completed, the path inside can be loaded as the content of SVGPath;
current
new
Because there are many Classs involved, I simply wrote a draft for preview.
If someone familiar with these classes does it, it should be faster.
https://user-images.githubusercontent.com/75261429/154894351-91037868-c363-4640-8952-f5d35b02ab49.mp4
Beta Was this translation helpful? Give feedback.
All reactions