diff --git a/release-notes.html b/release-notes.html index c2284c0..ab05cff 100644 --- a/release-notes.html +++ b/release-notes.html @@ -17,6 +17,7 @@ @@ -225,7 +226,7 @@
  • Convert lines to horiz/vertical line segments where possible
  • Remove some more default styles (display:none, visibility:visible, overflow:visible, marker:none)
  • - +
    @@ -239,7 +240,7 @@
  • Added option to prevent group collapsing
  • Prevent groups with title/desc children from being collapsed
  • Remove stroke="none"
  • - +
    @@ -251,7 +252,7 @@
  • Remove unnecessary nested <g> elements
  • Remove duplicate gradient stops (same offset, stop-color, stop-opacity)
  • Always keep fonts inside <defs>, always keep ids on fonts
  • -
  • made ID stripping optional (disabled by default)
  • +
  • made ID stripping optional (disabled by default)
  • @@ -303,7 +304,7 @@
  • Convert style properties into SVG attributes
  • - + diff --git a/scour.py b/scour.py index 94088fd..dad3db5 100755 --- a/scour.py +++ b/scour.py @@ -115,6 +115,7 @@ svgAttributes = [ 'stop-color', 'stop-opacity', 'stroke', + 'stroke-dasharray', 'stroke-dashoffset', 'stroke-linecap', 'stroke-linejoin',