Zacal jsem psát triviální SVG grafiku (viz priklad) a hodilo by se mi abych
mohl klávesovou zkratkou zakomentovat/odkomentovat radku s TAGem a pod, ale
Pspad to nejspis jako format nepodporuje. Sla by pripadne podpora SVG pridat?

<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg";>

 <g>
  <title>Layer 1</title>
  <rect id="svg_1" height="109" width="414" y="201" x="223" stroke="#000"
fill="#fff"/>
  <!-- <rect id="svg_2" height="0" width="1" y="435" x="374" stroke="#000"
fill="#fff"/> -->
  <rect id="svg_3" height="49" width="414" y="201" x="223" stroke="#000"
fill="#fff"/>
  <!-- <path id="svg_4" d="m475,201l162,0l0,49l-162,0l0,-49z"
opacity="undefined" stroke="#000" fill="#fff"/> -->
  <text xml:space="preserve" text-anchor="start" font-family="Noto Sans JP"
font-size="24" id="svg_5" y="234" x="316" stroke-width="0" stroke="#000"
fill="#000000">one</text>
  <text xml:space="preserve" text-anchor="start" font-family="Noto Sans JP"
font-size="24" stroke-width="0" id="svg_6" y="232" x="528" stroke="#000"
fill="#000000">two</text>
  <text xml:space="preserve" text-anchor="start" font-family="Noto Sans JP"
font-size="24" stroke-width="0" id="svg_7" y="290" x="416" stroke="#000"
fill="#000000">three</text>
 </g>
</svg>

-- 
<https://forum.pspad.com/read.php?1,77166,77166>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem