This repository was archived by the owner on Jun 19, 2024. It is now read-only.
[Feature] Added groups and text export to SVG Rendering#36
Open
smitec wants to merge 3 commits intocurtacircuitos:masterfrom
Open
[Feature] Added groups and text export to SVG Rendering#36smitec wants to merge 3 commits intocurtacircuitos:masterfrom
smitec wants to merge 3 commits intocurtacircuitos:masterfrom
Conversation
Needed to embed the SVGs in a web page and didn't want to save them to disk. Also the groups function allows layers to be stored together. This is again helpful on the web as it allows layer styles.
File was unclosed after a read.
Missing 0 in D01 wasnt handled, is now.
Member
|
Would be great to have groups but now the svgwrite backend is gone and I could not find an easy way on cairo to do it. Any ideas? |
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.
Needed to embed the SVGs in a web page and didn't want to
save them to disk.
Also the groups function allows layers to be stored together.
This is again helpful on the web as it allows layer styles.
Existing tests all pass and output appears the same with the only difference of the nested group objects.