sk1project / sk1-wx

sK1 2.0 cross-platform vector graphics editor
https://sk1project.net
GNU General Public License v3.0
283 stars 52 forks source link

Page border shadow #301

Closed unixino closed 3 years ago

unixino commented 3 years ago

Page border shadow is sometimes very annoying, So there should be an option to hide it . page border

maxim-s-barabash commented 3 years ago

Screenshot from 2021-04-21 11-22-03

I don't mind adding this option. but this change affects the document model. Hence the file format sk2. Also, the ui changes are temporarily frozen.

Alternatively, you can do this:

unixino commented 3 years ago

I see, No problem

unixino commented 3 years ago

I have an idea, Why not using the page frame for that with little modifications ? 1- make the frame on top of all layers and if all layers are hidden it stills be visible. 2- the frame must be locked ( can't move or edit it ). 3- changing the page size automatically changes the border size to the current page size. 4- the (page frame button) must be like (guides lock) button that means when enabled it shows the border and when disabled it hides the border. 5-the option ( show page frame ) will be disabled in document properties window, It only be enabled if ( show page border ) is disabled. What do you think of that 20

maxim-s-barabash commented 3 years ago

For this purpose there are guides around page. They are placed on top of all objects. They can be locked and not difficult to update if the page size changes.

And only the shadow interferes :)

unixino commented 3 years ago

Yes but the page frame is another story. But never mind, I will survive without it :) We can consider this issue closed Thanks