Skip to content

Commit 13725e0

Browse files
committed
Support svg fill-opacity
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401102
1 parent 7bd2389 commit 13725e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/html5lib/sanitizer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class HTMLSanitizerMixin(object):
5555
'arabic-form', 'ascent', 'attributeName', 'attributeType',
5656
'baseProfile', 'bbox', 'begin', 'by', 'calcMode', 'cap-height',
5757
'class', 'color', 'color-rendering', 'content', 'cx', 'cy', 'd', 'dx',
58-
'dy', 'descent', 'display', 'dur', 'end', 'fill', 'fill-rule',
59-
'font-family', 'font-size', 'font-stretch', 'font-style',
58+
'dy', 'descent', 'display', 'dur', 'end', 'fill', 'fill-opacity',
59+
'fill-rule', 'font-family', 'font-size', 'font-stretch', 'font-style',
6060
'font-variant', 'font-weight', 'from', 'fx', 'fy', 'g1', 'g2',
6161
'glyph-name', 'gradientUnits', 'hanging', 'height', 'horiz-adv-x',
6262
'horiz-origin-x', 'id', 'ideographic', 'k', 'keyPoints',

0 commit comments

Comments
 (0)