All Questions
3 questions
1
vote
0
answers
56
views
Applying a scaled SVG pattern to a translated path
I'm confused as to why a scaled tiled pattern doesn't line up perfectly with the borders of the object it's being applied to in the case of this: http://jsfiddle.net/J8xeR/
For reference, the pattern ...
3
votes
2
answers
754
views
TileMill with non map images
I'm building a web app that will use the tiling, zooming, marker and other functionality associated with map applications, however i dont need to use all this Geolocation and other stuff that TileMill ...
5
votes
3
answers
3k
views
Tileset for HTML5 canvas game
I'm trying to make a game in HTML5 canvas, but instead of uploading a ton of images I want to just upload one image that has all of the tiles on it. The problem is, I don't know how to make only one ...