SO im trying to make a grid of a very specific size. Using the method shown here (http://www.youtube.com/watch?v=nBC_2BgzeBE). Basically make a + and set it as a pattern and then apply the pattern. all of that works fine however my dimensions do not come out how I want them
What I want to create is a grid with a spacing between lines of 60 pixels and a line width of 5 pixels
So I make a new canvas 65x65 pixels @ 65 PPI
Draw a vert line in the center 5 pix wide and do the same for the Horiz
So now I have 2 5 pixels lines bisecting my image so i should have 30 pixels on either side. (ive counted and I do)
However when I apply it as a pattern I only get 59 pixels between the lines. I tried adding 1 pixel in both the H and V dimensions but then I get a 61 pixel spacing
Anyone have any idea what Im doing wrong?
What I want to create is a grid with a spacing between lines of 60 pixels and a line width of 5 pixels
So I make a new canvas 65x65 pixels @ 65 PPI
Draw a vert line in the center 5 pix wide and do the same for the Horiz
So now I have 2 5 pixels lines bisecting my image so i should have 30 pixels on either side. (ive counted and I do)
However when I apply it as a pattern I only get 59 pixels between the lines. I tried adding 1 pixel in both the H and V dimensions but then I get a 61 pixel spacing
Anyone have any idea what Im doing wrong?