marvingreenberg / FaceSVG

SVG Export from Sketchup 3D modeling tool
MIT License
49 stars 3 forks source link

FaceSVG v2.0.0, output for pocket paths has "outer" attribute, wrong fill #2

Closed marvingreenberg closed 6 years ago

marvingreenberg commented 6 years ago

A generated pocket boundary is like

  <path d='M 0.585 1.195 L 0.585 1.305  L 0.809 1.305  L 0.809 1.195  L 0.585 1.195 Z' 
    vector-effect='non-scaling-stroke' shaper:cutDepth='0.15748031496063308' 
    shaper:pathType='outer' fill='rgb(0,0,0)' />
marvingreenberg commented 6 years ago

Possible these words should be interior, exterior.

marvingreenberg commented 6 years ago

Resolved in local repository