You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there are several methods in the SvgRenderer class related to fixing and transforming various parts of SVGs (e.g. _transformText, _transformImages, _transformMeasurements). This makes the renderer code a tad bit messy. Should these methods be moved out of SvgRenderer?
The text was updated successfully, but these errors were encountered:
adroitwhiz
changed the title
Should SvgRenderer's methods be moved out of the class?
Should SvgRenderer's "fixup"/"transform" methods be moved out of the class?
Apr 30, 2019
Currently, there are several methods in the
SvgRenderer
class related to fixing and transforming various parts of SVGs (e.g._transformText
,_transformImages
,_transformMeasurements
). This makes the renderer code a tad bit messy. Should these methods be moved out ofSvgRenderer
?The text was updated successfully, but these errors were encountered: