Inkscape.org
Beginners' Questions Unalterable guides?
  1. #1
    foomarks foomarks @foomarks

    There is a quirk happening in one of my inkscape files where anytime I pull a guide onto the canvas, it becomes permanent. I am unable to unlock and delete it using the Edit drop down.

    I can only remove it via the XML editor

    I also noticed that this type of guidlineĀ has an X on it.

    Is there a particular setting I have turned on in this document that makes these guides unalterable?

    Screen Shot 2023 02 02 At 12.42.35 Pm
  2. #2
    inklinea inklinea @inklineaā›°ļø

    Yes there is a checkbox setting Edit>Lock All Guides

    Guides created when the checkbox is ticked have the attributeĀ inkscape:locked="true"

    UncheckingĀ Edit>Lock All GuidesĀ causes guides the in the document to become unlocked again.

    If you have an unlocked guide, and you double click it - and tick lock in that dialogue. It will be locked.Ā 

    However I cannot see any way to unlock it on an individual basis. You can either toggle theĀ Edit>Lock All GuidesĀ to unlock globally.

    Or - in the XML editor - changeĀ inkscape:lockedĀ from true to falseĀ . However if you delete thatĀ  entry when true it does appear to remain locked, so you do have to set it to false.

    Seems a bit inconsistent - but that's what I found.

    Ā 

  3. #3
    foomarks foomarks @foomarks

    Thank you for these two tips!Ā 

    1. Looks like Edit > Lock All Guides is greyed out on my end even though there is a guide present on the page.

    However:

    2.Ā inkscape:lockguides="false" totally worked to solve the problem!

    Thanks again!