Skip to main content

All Questions

0 votes
2 answers
56 views

How can I transform an SVG path without transforming applied gradient/filter?

Given some simple SVG like: <svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"> <defs> <linearGradient id="gradient1" x1=&...
jemmons's user avatar
  • 18.6k
1 vote
1 answer
111 views

SVG shadow of transformed element

I want to set a shadow on an element with a transform. <svg xmlns="http://www.w3.org/2000/svg" version="1.1" baseProfile="full" width="1000" height="800"> <path d="M 0 0 L 50 0 ...
Ovilia's user avatar
  • 7,176