##// END OF EJS Templates
Merge pull request #10093 from srinivasreddy/10086...
Min RK -
r23028:585eb894 merge
parent child Browse files
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