Re: [svgwg] Independent stroke width for sub-paths

That video doesn't help explain the stroke width request to me.  

I know that laser cutter software typically uses stroke widths to visualise which lines should be cut vs engraved.  But I am still not clear why you need both in one path shape, vs two separate paths.

> What all vector file formats lack in order to support laser cutter templates optimally is the possibility to tag elements as being of "material thickness", and whether an edge is the inside or the outside of a press-fit joint.

Since SVG is XML, you can easily add your own namespaced attributes to the elements.  For example:

```
<rect x="25mm" y="100mm" width="3mm" height="10mm" 
      laser:material-thickness="width" laser:press-fit="inside"/>
```




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

Received on Monday, 23 October 2017 14:04:28 UTC