Inkscape freezed on open after changing % blur on borders

Post questions on how to use or achieve an effect in Inkscape.
Cattanius
Posts: 1
Joined: Thu Mar 12, 2015 7:51 pm

Inkscape freezed on open after changing % blur on borders

Postby Cattanius » Thu Mar 12, 2015 7:59 pm

Hello everyone,

i have a problem on opening an inkscape project after i changed the % blur on about 50 objects at the same time.
Now when i open it, it doesn't show nothing on the screen and seems freezed..

Is there anything i can do about it? I have a copy of the project but it's reeeally old.

tylerdurden
Posts: 2344
Joined: Sun Apr 14, 2013 12:04 pm
Location: Michigan, USA

Re: Inkscape freezed on open after changing % blur on border

Postby tylerdurden » Fri Mar 13, 2015 12:11 am

First, I would make a backup copy of the document, using your operating system.

The I'd open the document in a text/unix editor (e.g.Textpad) and edit the blur filters in the <defs>, by adding a "x" after the filter id, for each blur filter...

e.g id="filter3922" becomes id="filter3922x"

Code: Select all

    <filter
       style="color-interpolation-filters:sRGB;"
       inkscape:label="Blur"
       id="filter3922x">
      <feGaussianBlur
         stdDeviation="10 10"
         result="blur"
         id="feGaussianBlur3924" />
    </filter>


(Using the find/search feature in the text editor to find each blur def should not take too long, if there are only about fifty.)

This should cause inkscape to NOT find the blurs, and hopefully open the document.

After the document is open in Inkscape, I'd find the formerly blurred objects visually and remove the filter from them and clean the document. (Or, if removing all the filters is not a big problem, I'd select all and use Menu: FIlters>Remove filters.)
Have a nice day.

I'm using Inkscape 0.92.2 (5c3e80d, 2017-08-06), 64 bit win8.1

The Inkscape manual has lots of helpful info! http://tavmjong.free.fr/INKSCAPE/MANUAL/html/

Lazur
Posts: 4717
Joined: Tue Jun 14, 2016 10:38 am

Re: Inkscape freezed on open after changing % blur on border

Postby Lazur » Fri Mar 13, 2015 3:00 am

Cattanius wrote:Now when i open it, it doesn't show nothing on the screen and seems freezed..



Maybe that means everything is blurred to an unrecognizable dust, and, the rendering is extremely logging.
After opening, I would try changing the display mode to no filters (Ctrl+5 one or two times on the numpad), and remove unnecessary filtering after.


Return to “Help with using Inkscape”