Page MenuHomePhabricator

SVG download of Dimensions view looks broken
Open, Needs TriagePublic

Description

The SVG download of a “Dimensions” view looks something like this:

Screenshot from 2018-01-02 18-12-36.png (315×563 px, 25 KB)

The reason for this is that the lines are paths, and their default fill is apparently black; on query.wikidata.org we override this in our CSS file, but that’s useless for our downloaded SVG files.

We should probably extract all the MultiDimensionResultBrowser styles from style.less into a dedicated file and inline that into the downloaded SVG file.