tecnickcom / TCPDF

Official clone of PHP library to generate PDF documents and barcodes
https://tcpdf.org
Other
4.18k stars 1.51k forks source link

Stroke DashArray & Stroke Opacity not working for lines or circle in svg #586

Open wptechnology opened 1 year ago

wptechnology commented 1 year ago

Stroke DashArray are not working in circle & lines inside svg. I've tried everything I can, from style="stroke-dasharray:8" to stroke-dasharray="8 8" etc etc... Nothing's working, the line or the circle is still plain Also, no way to do alpha rendering. If I try to put an RGBA color or a 4x colors like #FFFFFF80 it draws a black line/circle. Tried again here stroke-opacity and doesn't work either.