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.
Inkscape freezed on open after changing % blur on borders
-
tylerdurden
- Posts: 2344
- Joined: Sun Apr 14, 2013 12:04 pm
- Location: Michigan, USA
Re: Inkscape freezed on open after changing % blur on border
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"
(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.)
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/
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/
Re: Inkscape freezed on open after changing % blur on border
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.