Could somebody add data values to the rotation brush (ideally both horiz. and vert. rotation brushes)?
GavJenks opened this issue ยท 3 comments
Should just be like 5 lines of code. Increasing the matrix by 1 for the extra data, and adding in a couple read value lines and a couple write value lines.
Right now all ink values are lost upon rotation, kinda a shame since everything else about it works pretty well.
A proposal would be, to merge those brushes into one and have parameters for choosing which to use.
An easy implementation for this could be a transformation matrix.
Otherwise it would just be adding the datavalue to the BlockWrapper class it's using.
Yeah merging them would be fine, whatever. they're just both currently useless for rotating much of anything except landscape, due to losing all the data values that we rely on so much on the VB.