Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've picture 1000x1000 pixels and I need to have texture, from the image brush resized to 100x100 where each even row from the top must start by X: from zero to width, but each odd row (by Y) must be shifted by -50 pixels: -(image_size / 2) and end shifted +50 pixels after row end.
I've drawing algorithm, which took image pattern, create brush resized to 100x100:
But first odd item is drawn wrong way - it seems it starts with the x: -50 coordinate, but drawn only half and brush draw it from zero coordinate:
I'm not sure but it seems it is some Image brush behavior bug.
Beta Was this translation helpful? Give feedback.
All reactions