← Back to team overview

graphite-dev team mailing list archive

Re: [Question #199778]: Graphite 0.9.10 fails to display SVG format when running under mod_wsgi

 

Question #199778 on Graphite changed:
https://answers.launchpad.net/graphite/+question/199778

Daniel Lawrence posted a new comment:
I just ran into this problem, I enabled a quick fix to get this working
on my system.

/webapp/graphite/render/glyph.py: line 479

 # LP199778 -  svgData = svgData.replace('</g><g data-header','<g data-header',1) + "</g>"
 svgData = svgData.replace('</g><g data-header','<g data-header',1)

The change that i made was just to remove ' + </g>' from the 479

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.