ietf-ccamp-wg / draft-ietf-ccamp-mw-topo-yang

Other
3 stars 1 forks source link

Create SVG versions of the diagrams/pictures in the two examples #19

Closed JonasAhl closed 2 years ago

samans commented 2 years ago

Information about SVG files...

For svg art-work, do this in the xml code...
        <artset anchor="test">
           <artwork type="svg" src="drawing.svg">
           </artwork>
           <artwork type="ascii-art" align="left" alt=""><![CDATA[
                 ….
           </artwork>
       </artset>

Markdown doesn't support the artset https://www.ietf.org/archive/id/draft-fossati-svg-test-01.html

goat (ascii to svg) can't get this to install. https://xml2rfc.tools.ietf.org/xml2rfc3.html https://www.rfc-editor.org/rse/wiki/doku.php?id=svg_files https://www.rfc-editor.org/materials/FAQ-xml2rfcv3.html#name-how-do-i-generate-svg-that

samans commented 2 years ago

Discussion related to diagrams, add new action to fix legend. (a new action item will be created with the list of updates) Process is to run makefile to generate xml file, then modify xml file to include artset. goat works but does not provide a good representation of the ascii art we currently have. So use the hand drawn svg for the svg version.