Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialBihari Sharma
Front End Web Development Techdegree Student 235 Pointscan anyone explain me what is stroke-offset and stroke-dasharray in svg
can anyone explain me what is stroke-offset and stroke-dasharray in svg please if someone will reply me then it will be a lot easier for me beacuse guil's explaination was very hard to understand by me
1 Answer
Alan Brown
20,524 PointsHi Bihari, Do you mean stroke-dashofffset? If so, think of a path as a line with a start and an end. How many pixels along the line do you want to go before the dashes start? The stroke-dasharray property is the gaps between the actual dashed lines. The higher the number the more space between.
Hope this helps :-)