Native SVG demo files error
Brought to you by:
mellobot
Originally created by: ibrahim....@gmail.com
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