I have a grid based map system and I would like to convert the grid lines into Svg so they don't disappear as the end user zooms out of the map. I was looking at QSvgRenderer but it does not appear to support the 'pattern' element. The problem stems from the inabilty to find the pattern "url" as referened by the given ID od the 'pattern'. I am currently using PyQt 4.7.3 which supports Qt 4.7 (I think).
Is the problem I am experiencing still persistent in newer versions of Qt?


Reply With Quote


Bookmarks