[TW5] Bitmap-Editor Cursor: dot

52 views
Skip to first unread message

Simon Huber

unread,
Mar 12, 2018, 2:07:00 PM3/12/18
to TiddlyWikiDev
Hi all,

I'd like to ask if the current bitmap-editor cursor (the crosshair) shouldn't better be replaced by a dot like in regular drawing apps

I tried setting this in vanilla/base ... canvas.tc-edit-bitmapeditor

...
cursor: url(<<datauri "$:/mydotcursor.png">>), auto;
...


this works fine and feels much better - I'm sketching a lot ..

I couldn't get it working with an svg image


What do you think, can we have a dot? :)

Simon

Jeremy Ruston

unread,
Mar 14, 2018, 2:15:13 PM3/14/18
to tiddly...@googlegroups.com
Hi Simon

I tried setting this in vanilla/base ... canvas.tc-edit-bitmapeditor

...
cursor: url(<<datauri "$:/mydotcursor.png">>), auto;

I like the idea, but I’ve found that custom mouse pointers can look poor quality and grainy on some browsers. Another possibility might be to hide the cursor while the mouse button is down, so that it doesn’t get in the way during painting?

Best wishes

Jeremy



this works fine and feels much better - I'm sketching a lot ..

I couldn't get it working with an svg image


What do you think, can we have a dot? :)

Simon

--
You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikide...@googlegroups.com.
To post to this group, send email to tiddly...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/eb0fab76-0ef8-4b2e-9459-e47e8370fcf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Simon Huber

unread,
Mar 14, 2018, 3:13:15 PM3/14/18
to TiddlyWikiDev
Hi Jeremy,


Hi Simon

I tried setting this in vanilla/base ... canvas.tc-edit-bitmapeditor

...
cursor: url(<<datauri "$:/mydotcursor.png">>), auto;

I like the idea, but I’ve found that custom mouse pointers can look poor quality and grainy on some browsers. Another possibility might be to hide the cursor while the mouse button is down, so that it doesn’t get in the way during painting?

 No, hiding isn't good - having nothing to orientate is really weird while drawing, even if it's only with the pointer down.
I use the tiddlywiki painting for quick sketches only, so this isn't that important, but I'd love to make it mature a bit
The best for sketching is something small and/or pointy
With the various cursor themes and styles that exist out there it's difficult to say what the best cursor might be... My crosshair cursor for example looks like a bullseye
There's no good universal solution I guess

Many words for a small point - maybe at one point the css cursor reliably accepts an svg image?
I was thinking if the drawing app itself can draw a point (small rectangle) at the pointer position <- that's just a thougt

Simon

Reply all
Reply to author
Forward
0 new messages