Inkscape.org
Beyond the Basics Attempting to use CLI to convert stroked paths to filled
  1. #1
    gskidmark gskidmark @gskidmark

    I am using ChatGPT and Perplexity to generate a script to convert a folder of SVG files. AI seems to be struggling with this and I'm beginning to wonder if this is something that can be done in CLI. Can anyone confirm that this is possible and if you can provide any documentation to help out with this it would be appreciated.

    BTW, I am not a command line guy so that's why I need AI assistance.

  2. #2
    inklinea inklinea @inklinea⛰️

    for style:

    object-set-property :  Set or update a property on selected objects; usage: object-set-property:property name, property value;

    for attribute:

    object-set-attribute:  Set or update an attribute of selected objects; usage: object-set-attribute:attribute name, attribute value;


    Generally style overules attribute.

Inkscape Inkscape.org Inkscape Forum Beyond the Basics Attempting to use CLI to convert stroked paths to filled