Extended support of SVG format#4168
Merged
Merged
Conversation
…hould not be avoided if possible. Support of Text in SVGs (partial). Multiline text are also displayed. Text limitations : Inline styles are not supported. Not all fonts are supported (depending on your OS). Tested only on Inkscape SVGs.
Author
|
This is now a library : https://github.com/Rea-lity-Tech/SVGExtended |
Contributor
|
@poqudrof thanks for sharing this! Consider announcing this on the new forum -- and if you can, please submit it as a confirming library to the PDE Contribution Manager https://github.com/processing/processing/wiki/Library-Guidelines |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello Processing maintainers !
I work on a side project called Soby in which I do slideshows based on SVGs, it is based on an older Sozi.
I extended a little bit the support of SVGs and now with Java 8 and stuff like the Base64 decoder I have a rather clean solution.
Here are the good parts :
When the font works, it fits perfectly.
Here are the bad parts :
Although is seems
2is a good «guess» for most applications.