Re: [PATCH 1/3] perf timechart: implement IO mode

From: Stanislav Fomichev
Date: Thu Jun 19 2014 - 08:18:15 EST


> > Hmm.. it looks like an unrelated issue. I can see the bars in inkscape,
> > but still see empty grey bars in firefox.
> I'll try to have a look; maybe I'm writing some non-standard svg
> instructions which fail on (probably) standard-compliant firefox and
> work on more robust inkscape.

Found it: if I specify space before number in quotes, like in:
<rect ... height=" 3.1" ...>

Firefox doesn't want to render it, but if I remove the space before the
number (3.1), it works just fine.
I'll fix it and will resend the series with fixes.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/