Applying Single Texture over Quad Strip

I am having a weird problem.

I have a quad strip that I am trying to apply a single texture to. I am using a texture matrix to rotate the picture that I want to apply to the strip.

However, my image is “Saw toothed” so for each quad it fills in a triangle with the texture and another triangle which is black.

How can I get rid of the saw toothed effect?

Thanks

Nevermind, I did not setup my quad correctly…fixed it