##// END OF EJS Templates
Add 'rb' flags while reading SVG file
Srinivas Reddy Thatiparthy -
Show More
@@ -583,6 +583,7 b' class Latex(TextDisplayObject):'
583
583
584 class SVG(DisplayObject):
584 class SVG(DisplayObject):
585
585
586 _read_flags = 'rb'
586 # wrap data in a property, which extracts the <svg> tag, discarding
587 # wrap data in a property, which extracts the <svg> tag, discarding
587 # document headers
588 # document headers
588 _data = None
589 _data = None
General Comments 0
You need to be logged in to leave comments. Login now