Closed GoogleCodeExporter closed 8 years ago
As a feature of TransformationMatrix, it doesn't affect skin's window size.
For example, if window size is 100x20, a visible region would be just 100x20
even if meter is transformed. So you need to extend a visible region using
another meter as follows.
_____________________________________
[VisibleRegion]
Meter=IMAGE
W=20
H=100
[TransformedMeter]
Meter=LINE
MeasureName=
X=0
Y=0
W=100
H=20
LineWidth=2
LineColor=FF0000
TransformationMatrix=0;1;-1;0;20;0
_____________________________________
If you need more informations about TransformationMatrix, I recommend you post
a question to the Rainmeter forum since there are many supporters.
Original comment by kenz0.sa...@gmail.com
on 16 Jul 2010 at 1:18
Original issue reported on code.google.com by
evan.fle...@gmail.com
on 15 Jul 2010 at 5:09