align stroke to path
<!-- See our full bug reporting guidelines at https://inkscape.org/contribute/report-bugs/ Writing a good bug report will ensure we'll be able to help efficiently. 🙂 --> #### Summary: ![inkscape_AkVaYlxH64](/uploads/49f138905c2c547bcdceeee5210b5b7f/inkscape_AkVaYlxH64.png) ![inkscape_nSdlzLjqhS](/uploads/41355af114ac0614d49a2cef6064ced6/inkscape_nSdlzLjqhS.png) Align stroke to the path is a feature that is missing from Inkscape. Historically we did not add it coz SVG did not support it. But we also have LPE that are not SVG supported and we flatten them for SVG export. I suggest we do the same for this feature #### implmentation idea - we would add 3 icons in to stroke style dialog:center ,inside outside - underhood (not seen LPE interface) we would add **modified LPE offset** : with offset calculation: ` inside: stroke size*0.5` `outside: stroke size*-0.5` - we would keep it underactive but on SVG export we would flatten this LPE (same as for many other LPES)
issue