Browse Source

Merge pull request #296 from chartique/ci_fix

Fixed CI to be reactive.
pull/307/head
Mounier Florian 9 years ago
parent
commit
dad36c2642
  1. 2
      pygal/svg.py

2
pygal/svg.py

@ -315,7 +315,7 @@ class Svg(object):
top, shr(top), top, shl(top), top,
bottom, shr(bottom), bottom, shl(bottom)
))
), class_='nofill'
), class_='nofill reactive'
)
def pre_render(self):

Loading…
Cancel
Save