This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Visu SVG
#1
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"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->

<svg
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:cc="http://creativecommons.org/ns#"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:svg="http://www.w3.org/2000/svg"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   width="100mm"
   height="50mm"
   viewBox="0 0 100 50"
   version="1.1"
   id="svg874"
   inkscape:version="0.92.3 (2405546, 2018-03-11)"
   sodipodi:docname="Bar.svg">
  <defs
     id="defs868" />
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
Reply
#2
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...the_origin
Reply


Forum Jump: