On Tue, Jul 18, 2017 at 10:37 PM, Boris Zbarsky <bzbar...@mit.edu> wrote: > On 7/18/17 11:21 PM, Tom Ritter wrote: >> >> This will respect the 'svg.in-content.enabled' pref, correct? > > > Respect in what sense? > > What this will do is that _if_ you have an <svg:image> and you drawImage it > to a canvas, that will work, assuming the <svg:image> was loaded. > > I don't think the pref you mention prevents such loading (or has any other > effects that I can see), fwiw...
Sorry I got the pref name wrong; it's svg.disabled from https://bugzilla.mozilla.org/show_bug.cgi?id=1216893 The way the pref was implemented: // If the svg.disabled pref. is true, convert all SVG nodes into // disabled SVG nodes by swapping the namespace. I'm unsure if that would neuter the drawImage() call or not. The ultimate goal of the pref is to disable all SVG-related code paths. -tom _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform