Fixes #583 - URL quoting for SVG data.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 27 May 2015 08:19:48 +0000 (09:19 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 27 May 2015 08:19:48 +0000 (09:19 +0100)
commit475c39c9bf9993b0982e47e682dda774493636ac
tree4312c43a198219a6042610e856c5a0871bc5e917
parentea1e42324ea6404bde9e624bd1670ecd0ecd6a36
Fixes #583 - URL quoting for SVG data.

If a SVG content is used directly in data: URI we need to make sure
correct quotes are used.

It works for any kind of URL however using quotes in the middle of URLs
is quite rare.
History.md
lib/urls/rewrite.js
test/integration-test.js