Fix Bug 577940
This commit is contained in:
parent
5e97247f98
commit
40aa6cd54a
2 changed files with 6 additions and 4 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/541889">Bug 541889</a> to parse polygon/polyline points missing whitespace/comma separating a negative value. Always output points attributes as comma-separated.</li>
|
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/541889">Bug 541889</a> to parse polygon/polyline points missing whitespace/comma separating a negative value. Always output points attributes as comma-separated.</li>
|
||||||
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/519698">Bug 519698</a> to properly parse move commands that have line segments.</li>
|
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/519698">Bug 519698</a> to properly parse move commands that have line segments.</li>
|
||||||
|
<li>Fix <a href="https://bugs.launchpad.net/scour/+bug/577940">Bug 577940</a> to include stroke-dasharray into list of style properties turned into XML attributes.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
||||||
1
scour.py
1
scour.py
|
|
@ -115,6 +115,7 @@ svgAttributes = [
|
||||||
'stop-color',
|
'stop-color',
|
||||||
'stop-opacity',
|
'stop-opacity',
|
||||||
'stroke',
|
'stroke',
|
||||||
|
'stroke-dasharray',
|
||||||
'stroke-dashoffset',
|
'stroke-dashoffset',
|
||||||
'stroke-linecap',
|
'stroke-linecap',
|
||||||
'stroke-linejoin',
|
'stroke-linejoin',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue