Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.73K
~6K People Reached
Favorite Forums
UI / UX Design x 1
Favorite Tags
web-design x 1
user-interface x 1
1 Posted Topic
Hello, for me it works if I put the script at the end of the body and then I call the function: <html> <head> </head> <body> <svg id="svgOne" xmlns="http://www.w3.org/2000/svg" width="5000" height="3000"> <rect x="50" y="50" width="50" height="50" fill="black" ></rect> </svg> <script type="text/javascript"> var svgns = "http://www.w3.org/2000/svg"; function rectan() { for (var …
The End.
jaumetet