Alexander Black
Alexander Black
Was having a look ay this as an alternative to Shift, but it's also Intel only... 👎
#inkex.BaseElement.set_id = set_id_mod # type:ignore Commenting out line 644 fixes my problem (at least temporarily!)
``` self.croot.iddict[new_id] = self AttributeError: 'NoneType' object has no attribute 'iddict' ``` is the result of this: ``` def outside_circle(origin, radius, eid, label): svg_path = ClipPath._rect_circle_cut( radius, config.SVG.get_page_bbox().width, config.SVG.get_page_bbox().height, origin...
Checked out dev, pulled the lib, getting: ``` File "/items.py", line 1036, in create_concentric_clip_group clip_subgroup.append(item.inkex_item) File "/lib/text/cache.py", line 1384, in append_func oldroot = el.croot AttributeError: 'NoneType' object has no attribute...
Nevermind! The second error was my fault! :) Your changes solve the issue.
Just adding that 1. I agree with the idea and 2. the suggestion to rigorously mock these ideas up is reasonable :) I should probably do the same for #2236
I am! Google Chrome | 86.0.4240.198Â (Official Build)Â (x86_64) -- | -- Revision | d8a506935fc2273cfbac5e5b629d74917d9119c7-refs/branch-heads/4240@{#1431} OS | macOS Version 10.15.7 (Build 19H15)
no, I didn't.
I second @martinvonwittich's request. This would also be fantastic for domains like facebook, where you want, effectively, a 'facebook tab' - any new URL should be routed to that tab...
For a given blacklist item, being able to specify if the URL should be set but the page not reloaded vs. the URL set and the page reloaded would be...