##// END OF EJS Templates
Backport PR #10093: Add 'rb' flags while reading SVG file...
Min RK -
Show More
@@ -479,6 +479,7 b' class Latex(TextDisplayObject):'
479
479
480 class SVG(DisplayObject):
480 class SVG(DisplayObject):
481
481
482 _read_flags = 'rb'
482 # wrap data in a property, which extracts the <svg> tag, discarding
483 # wrap data in a property, which extracts the <svg> tag, discarding
483 # document headers
484 # document headers
484 _data = None
485 _data = None
General Comments 0
You need to be logged in to leave comments. Login now