Search found 100 matches

by mikeprice99
Mon Jul 27, 2020 1:14 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

I think Mike intentionally doesn't want any metadata which isn't used in the production app. Add several kilobytes to each svg and you've got several megabytes of wasted space. Exactly! I presume with svg based cursors the cursors are being created fomr the svg when the workbench is first opened. D...
by mikeprice99
Sun Jul 26, 2020 8:54 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

vanuan wrote: Sun Jul 26, 2020 8:02 pm If you want to overhaul SVG icons, let's do it in a separate PR.
As long as you're happy with what I've given, then I'm happy. Let's not add any complications.
by mikeprice99
Sun Jul 26, 2020 4:43 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

These Sketcher_Pointer_Arc* cursors seem to be very similar: ArcOfEllipse I think is identical to ArcOfParabola - so you can simply copy and paste with that name.

None of them look anything like the images on the Buttons. Should I redesign them to look more like the button images?
by mikeprice99
Sun Jul 26, 2020 4:16 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

<file>icons/Sketcher_Pointer_Extension.svg</file>
<file>icons/Sketcher_Pointer_Trimming.svg</file>

just leaves three more to do....
by mikeprice99
Sun Jul 26, 2020 4:10 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

I think transparent ones are preferable to the ones with a white fill. None had white fill: all have transparent fill, but the original sample had red fill. I think I've only three more to do. <file>icons/Sketcher_Pointer_Create_ArcOfEllipse.svg</file> <file>icons/Sketcher_Pointer_Create_ArcOfHyper...
by mikeprice99
Sun Jul 26, 2020 1:42 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

Thanks for creating that list: gives me a simple target. Here's a few more ready. Can you check them and make sure you're happy? The original sample for the slot had filled circles for 'points': I've made all mine with empty circles (like the original XPMs). Which do you prefer and are the circles a...
by mikeprice99
Sun Jul 26, 2020 12:15 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

openBrain wrote: Sun Jul 26, 2020 11:49 am Polyline, arc, circle, ellipse, ... cursors are still defined as XPM.
I'll create the svgs: i've already got a few more ready now. Should be finished by end of today. (I have others things I'm also doing)!
by mikeprice99
Sun Jul 26, 2020 7:32 am
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

Great! Incorporated in https://github.com/FreeCAD/FreeCAD/pull/3712 Thanks - its very rewarding for contributors like me to see our efforts quickly adopted. Meanwhile, I note your PR uses the older version for the slot svg. Note in the commit diff how large and bloated it is. The problem with the S...
by mikeprice99
Sat Jul 25, 2020 10:51 am
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

If you do want the cursors recreated in svg, it's now taking me less than 5 minutes per cursor. Here's a few attached (If you open up the file in an xml editor you'll realise that there is very little difference between each one.) If you want to view them large scale, change height="64" wi...
by mikeprice99
Fri Jul 24, 2020 6:45 pm
Forum: UX/UI Design
Topic: Custom cursors and high dpi (Windows and MacOS testers needed)
Replies: 165
Views: 32860

Re: Custom cursors and high dpi (Windows and MacOS testers needed)

Just as an example of clean svg. This code gives virtually an identical image to Sketcher_Pointer_Slot.svg from a few pages back. <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org...