Files
loongoffice/svgio/qa/cppunit/data/path.svg
Tomaž Vajngerl fcb00ac8eb support opacity for widget definition draw SVGs
This opacity influences the whole shape (stroke and fill).

Change-Id: I82e10e07dbf2f321805b55a5f4831a513e52dab8
Reviewed-on: https://gerrit.libreoffice.org/70292
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-04-05 14:56:53 +02:00

4 lines
172 B
XML

<svg width="44" height="26" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1 H 43 V 25 H 1 L 1 1 Z" fill="#007aff" stroke="#fff" opacity="0.1" stroke-width="0"/>
</svg>