Visu SVG - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9) +--- Thread: Visu SVG (/showthread.php?tid=2243) |
Visu SVG - MarcusH - 17.09.2019 Hi, Im wondering if it's possible to edit an svg image/code values with grp addresses. Not sure if this is even possible... As a test I want to edit the width of a simple box with a grp address. If the value of the grp address increase it will get wider and vise versa. Best regards, Marcus H Code: <?xml version="1.0" encoding="UTF-8" standalone="no"?> RE: Visu SVG - admin - 18.09.2019 See this thread: https://forum.logicmachine.net/showthread.php?tid=1831 You can apply scale transform instead of rotate. See this for more info: https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale#Scaling_X_and_Y_dimensions_separately_and_translating_the_origin |