cdew / simdesign

Automatically exported from code.google.com/p/simdesign
0 stars 0 forks source link

Native SVG demo files error #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If I compile any of the projects (SvgTest or SvgViewer)
2. I try to open any svg file (I downloaded also some that are in the svn as 
"Anarchist_logo.svg")
3. When I try to load the svg file I get "List index out of bound" error.

I'm using Delphi XE and I debugged the source and the error occures in the 
TsdContainerNode.NodeInsert procedure. The index variable passed is 2 while the 
"FNodes" ha no element inside it.

I hope this is enough. I will be glad to make more debug if this can help.

Thanks.
Ibrahim

Original issue reported on code.google.com by ibrahim....@gmail.com on 9 Oct 2013 at 1:56