Isaiah Odhner

Results 272 comments of Isaiah Odhner

To use the Color Eraser, change the foreground color to the color you want to "erase" and the background color to the color you want to replace it with. Then,...

I've fixed the main issue of the buttons not lining up in https://github.com/1j01/jspaint/commit/f645febad139c11e60b09fca864b0e26265b1aac The other main thing is letting the user remove all items at once. Do you have a...

There are quite a few editors purpose-built for editing ansi art, for instance [Playscii](http://vectorpoem.com/playscii/), which I was able to import the paint icon into and tweak to get this 4x4...

Direct import: ![big-logo-direct-import](https://user-images.githubusercontent.com/3630663/67256100-7beb6c80-f453-11e9-8cca-cd3261445593.png) Cleaned up & detail added: ![big-logo-3](https://user-images.githubusercontent.com/3630663/67255922-8f4a0800-f452-11e9-8e83-ac7df7a46165.png)

Yep, I figured it was more important to include this dialog than to get the condition exactly right. I'm not sure of a good way to exclude cases where the...

@Tubaleviao No, transparency is not the default simply to match MS Paint and because it's more intuitive to have the document be opaque: with an opaque document, you can be...

This is definitely something I want, but the TODO list is very long. See also: https://github.com/1j01/jspaint/issues/27

I've just released an update with Alt+MouseWheel zooming, pinch zooming (for touch), and View > Zoom > Show Thumbnail support.

Note: I've done some work on this on a branch. I've also identified a bunch of things I want to test. This feature touches a lot of areas. A lot...

Yeah, so RTCDataChannel would be an interesting way to do things, but it would basically be a full rewrite of the multi-user code. (Not necessarily a bad thing, but not...