I use some svg files to create three buttons, but sometimes I get the following result
instead of the correct one which is this
This is happening randomly to some JSVGCanvas I have on my program. (The svg is moved down and right so only the 1/4 of it is showing) I also used some listeners of JSVGCanvas to check if they have been rendered and built correctly and both actions had been completed.
Any ideas why is this happening ?