react-rough-fiber icon indicating copy to clipboard operation
react-rough-fiber copied to clipboard

remote SVG cannot be animated

Open mashakos opened this issue 8 months ago • 1 comments

when using the following from the examples along with a dynamic seed value, the resultant svg does not animate

      <SVG
        src="https://cdn.svgporn.com/logos/react.svg"
        width={256}
        height="auto"
        title="React"
      />

mashakos avatar May 25 '24 17:05 mashakos