Search found 2 matches

by kolega
Mon Jan 23, 2017 3:57 am
Forum: Help with using Inkscape
Topic: How to remove transparency
Replies: 7
Views: 9022

Re: How to remove transparency

I would suggest right clicking on item and using "select all items with same fill and border"

Always you can open .svg file in a text editor (or coding IDE), where you can use search and replace.
by kolega
Mon Jan 23, 2017 3:52 am
Forum: Help with using Inkscape
Topic: How to remove transparency
Replies: 7
Views: 9022

Re: How to remove transparency

Hello, I would suggess editing it in some Editor. It is simple xml file. You just need to change

Code: Select all

fill-opacity="something"
to

Code: Select all

fill-opacity="1.00"
using the tool Search and replace

I know this is old, but it is hint for those who come from Google as I did

Go to advanced search