-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed SVG generation of KTexts #52
Conversation
…tion to enable the generation of 'textLength' property values for '<text>' elements in SVGs (#44) * added flag in 'KlighdPaintContext', * added checkbox in 'SaveAsImageDiaglog' and related export data records * moved some recently misplaced properties from 'SVGOffscreenRenderer' to 'IOffscreenRenderer'
…nRenderingTest' * extracted logic for reveal test size data of KTexts in 'PlacementUtil' * included incorporation of test size data in 'KlighdStyledText' * switched to order preserving map impls in 'KlighdSemanticDiagramData' * refined 'SemanticSVGGraphics2D' here and there, dropped clipping around <text> elements
…SVG exporter to generate multi-line texts as a group of <text> elements instead of <tspan> elements (#44) * abolished generation of '<tspan>' elements entirely * updated 'FreeHEPSVGOffscreenRenderingTest'
See also #44 |
@NiklasRentzCAU and @uruuru thanks for the feedback, I'll take care about it on occasion. |
…ents in changes for #44 as suggested by reviewers
fc8a1bf
to
00a2ea3
Compare
Reported issues should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Works as expected.
@NiklasRentzCAU or @soerendomroes please merge these changes before preparing the next release. |
Hey guys, please test the SVG generation with your applications, if possible, and let me know if you see any problems.