tags:

views:

78

answers:

1

Is there a equivalent in svg path to logo's turtlegraphics? instead of the hardcoded x and y coordinates, which also force me to adjust controlpoints on shifting a more relative "delta" approach. My solution should work for the FOCS (Firefox Opera Chrome Safaries ex IE) browsers.
regards Jeroen.

+1  A: 

1st Google result for SVG Path: http://www.w3schools.com/svg/svg_path.asp

Quote: "Capital letters means absolutely positioned, lower cases means relatively positioned."

thSoft
Ah I think I overlooked the capital/lowercase remark!
dr jerry