
Improvement suggestion
- by Shunt - 10/17/2011 - 9:29:45 am Time: 10 mins 57 secs 
v1- by Shunt - 10/17/2011 9:29:45 am
Time: 10 mins 57 secs
Time: 10 mins 57 secs
Shunt10/17/2011 9:32:14 am
Hey Yanbu, wouldn't it be convenient if there was a grid option on the applet? If the option is 'on' a grid overlays the applet. I think it would be convenient for the sliding and filtering thing, to copy parts of a drawing and being able to drop it exact on the right spot.
I think this can be done with a css thingy
I think this can be done with a css thingy
idwtwwr10/17/2011 1:32:57 pm
he shunt,
it's quite easy to create a grid in form of a checker board using the slidehack.
though you need a piece of paper for pixel perfect sliding.
start with basic element ▄▀ and slidehack it to ▄▀▄▀
you need the piece of paper for marking the endpoint of â–„â–€. so you know how much you need to slide it to the right.
it's quite easy to create a grid in form of a checker board using the slidehack.
though you need a piece of paper for pixel perfect sliding.
start with basic element ▄▀ and slidehack it to ▄▀▄▀
you need the piece of paper for marking the endpoint of â–„â–€. so you know how much you need to slide it to the right.
Shunt10/17/2011 3:01:34 pm
ah, great idea idtwwr, have to try that out one of these days. Thanks!
fatribz10/17/2011 3:45:46 pm
i really want to add a scripting window to oekaki so you can tell it to do repetitive commands like:
for i in range(10,29,10):
line(i,0,i,300)
would make cover the drawing area with vertical lines the spaced ten pixels apart
for i in range(10,29,10):
line(i,0,i,300)
would make cover the drawing area with vertical lines the spaced ten pixels apart
Shunt10/19/2011 6:36:16 am
maybe a ruler line around the drawin area could also do the trick