Partial svg rendering by browser

Bug #1692343 reported by dodo bobo
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Invalid
Undecided
Unassigned

Bug Description

I recently created an svg using inkspace but on using it, I found that the image is not completely rendered in online environments , including browser.I only get the vertical lines of the svg nothing else.

Revision history for this message
dodo bobo (dodobobo) wrote :
Revision history for this message
TylerDurden (8thrule) wrote :

Not all browsers support all svg elements.

If you can attach an example svg file, that may help us evaluate the issue.

TD

Revision history for this message
dodo bobo (dodobobo) wrote :

The svg attachment.

Revision history for this message
dodo bobo (dodobobo) wrote :

I tried to save the svg as optimised svg but an error occurred dialog appears pointing error as
import scour in inkscape.scour.py.
I tried to install scour using pip3 install scour but the error remains.
I later tried previous extension which gives this error:-
File "webslicer_export.py", line 66
    except Exception, e:
                    ^
SyntaxError: invalid syntax

Revision history for this message
dodo bobo (dodobobo) wrote :

Ok , I think the syntax error is due to python 3.5 incompatibility

Revision history for this message
Patrick Storz (ede123) wrote :

The fill of your clouds uses a meshgradient - those are not supported by browsers (yet).
Use a normal gradient or a solid fill.

Regarding extensions:
Inkscape uses Python2 (Python3 and any module installed only for Python3 won't work).

Revision history for this message
Nathan Lee (nathan.lee) wrote :

It's actually the stroke that has a mesh, the problem here is the filter.

Removing the overlay filter fixes the issue. This is still a problem with browsers rendering though, so closing as not inkscape.

Note in Inkscape 1.1, if you remove the filters, you can set an Overlay on objects, which now uses css blend modes, which are supported by browsers.

Anyway, closing as part of bug migration to GitLab.

Thanks for reporting and please feel free to file new bugs about the issues you're seeing at http://inkscape.org/report.

Changed in inkscape:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.