Re: [svgwg] Verbose SVG for improved human readability (#340)

https://github.com/w3c/csswg-drafts/issues/5674 reminded me of this issue today. 

Instead of a universal `<p>` element, it could also make sense to have an absolute `<to>` or `<abs>` element and a relative `<by>` or `<rel>` element with unified `x` and `y` attributes:

~~~~ SVG
<defs>
  <by id="wxh" x="123" y="45"/>  
  <to id="xy1" x="67" y="89"/>  
  <to id="xy2" x="190" y="134"/>  
</defs>
~~~~

~~~~ SVG
<defs>
  <rel id="wxh" x="123" y="45"/>  
  <abs id="xy1" x="67" y="89"/>  
  <abs id="xy2" x="190" y="134"/>  
</defs>
~~~~

-- 
GitHub Notification of comment by Crissov
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/340#issuecomment-720300258 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 2 November 2020 07:47:35 UTC