javascript - Raphael JS fill SVG with image -> scaling? -


i have path filled image path.attr({'fill': 'url(https://alastaira.files.wordpress.com/2013/11/image13.png)'}) simulate background hatching. when zoom path (via raphael js zooming plugin), of course image scales , gets blurry.

  1. is possible use .svg image background? if yes, how can scale it?
  2. is possible disable scaling of background image? when zoom, background image doesn't zoom, too?


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -