Search found 2 matches
- Thu Mar 14, 2013 1:10 am
- Forum: Support and Development
- Topic: Canvas Drawing Issue?
- Replies: 2
- Views: 2177
Re: Canvas Drawing Issue?
Whoh, awesome. That works. I guess it draws it between pixels so then it tries to smooth it and makes it a different opacity (like when making a pixel between pixels in photoshop). I'll switch to rectangles. I was thinking it was less efficient then drawing a point, but this drawing only happens onc...
- Wed Mar 13, 2013 10:57 pm
- Forum: Support and Development
- Topic: Canvas Drawing Issue?
- Replies: 2
- Views: 2177
Canvas Drawing Issue?
I am trying to make a minimap for an isometric style map (think age of empires). I want to do this by drawing a pixel color representation of the map in a canvas and then scale the canvas to be the correct isometric sizing. I can do this with no problem but I was getting overlay draw issues. I looke...