Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Uko
2015-02-19 11:54 GMT+01:00 Yuriy Tymchuk yuriy.tymchuk@me.com:
Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Is this about athens drawing? If so, I think we should do this with a proper use of athens paintTransform
Some other related issues: https://code.google.com/p/moose-technology/issues/detail?id=1097 ( http://forum.world.st/Issue-1097-in-moose-technology-Not-all-shapes-support-... ) https://pharo.fogbugz.com/f/cases/14796/PaintMatrix-does-not-effect-strokepa... http://forum.world.st/Athens-and-ellipse-drawing-again-tp4793847.html
nicolai
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Sorry, I've forgot to mention the this is about Roassal. Yes, it's build on top of Athens, but I want to know if there is a high level solution.
Uko
Sent from my iPhone
On 19 Feb 2015, at 12:20, Nicolai Hess nicolaihess@web.de wrote:
2015-02-19 11:54 GMT+01:00 Yuriy Tymchuk yuriy.tymchuk@me.com:
Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Is this about athens drawing? If so, I think we should do this with a proper use of athens paintTransform
Some other related issues: https://code.google.com/p/moose-technology/issues/detail?id=1097 (http://forum.world.st/Issue-1097-in-moose-technology-Not-all-shapes-support-...) https://pharo.fogbugz.com/f/cases/14796/PaintMatrix-does-not-effect-strokepa... http://forum.world.st/Athens-and-ellipse-drawing-again-tp4793847.html
nicolai
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
As far as I remember, we do not want scale border of any shape for one reason: if you do 100x zoom-in of a box, you do not want to have 100-pixels border. You want to occupy that space with nested elements.
Cheers, Juraj
- 2015 v 8:48, Yuriy Tymchuk yuriy.tymchuk@me.com:
Sorry, I've forgot to mention the this is about Roassal. Yes, it's build on top of Athens, but I want to know if there is a high level solution.
Uko
Sent from my iPhone
On 19 Feb 2015, at 12:20, Nicolai Hess <nicolaihess@web.de mailto:nicolaihess@web.de> wrote:
2015-02-19 11:54 GMT+01:00 Yuriy Tymchuk <yuriy.tymchuk@me.com mailto:yuriy.tymchuk@me.com>: Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Is this about athens drawing? If so, I think we should do this with a proper use of athens paintTransform
Some other related issues: https://code.google.com/p/moose-technology/issues/detail?id=1097 https://code.google.com/p/moose-technology/issues/detail?id=1097 (http://forum.world.st/Issue-1097-in-moose-technology-Not-all-shapes-support-... http://forum.world.st/Issue-1097-in-moose-technology-Not-all-shapes-support-borderColor-borderWidth-tp4789964.html) https://pharo.fogbugz.com/f/cases/14796/PaintMatrix-does-not-effect-strokepa... https://pharo.fogbugz.com/f/cases/14796/PaintMatrix-does-not-effect-strokepaints http://forum.world.st/Athens-and-ellipse-drawing-again-tp4793847.html http://forum.world.st/Athens-and-ellipse-drawing-again-tp4793847.html
nicolai
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch mailto:Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch mailto:Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi Yuriy!
Is your issue been solved? In which cases do you need to have a scalable width?
Cheers, Alexandre
On Feb 19, 2015, at 7:54 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Hi,
I’ve figured out that I can use composed have with bigger and smaller box. My goal was to make a comparison between an item and its border size.
Uko
On 24 Feb 2015, at 15:19, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi Yuriy!
Is your issue been solved? In which cases do you need to have a scalable width?
Cheers, Alexandre
On Feb 19, 2015, at 7:54 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Ok!
Cheers, Alexandre
On Feb 25, 2015, at 10:07 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi,
I’ve figured out that I can use composed have with bigger and smaller box. My goal was to make a comparison between an item and its border size.
Uko
On 24 Feb 2015, at 15:19, Alexandre Bergel alexandre.bergel@me.com wrote:
Hi Yuriy!
Is your issue been solved? In which cases do you need to have a scalable width?
Cheers, Alexandre
On Feb 19, 2015, at 7:54 AM, Yuriy Tymchuk yuriy.tymchuk@me.com wrote:
Hi, at the moment border width is absolute (or constant), so if scale the picture border width remains the same. Is it possible to have a border width that scales? I.e. if you have a box of size 20 and border of size 2 then when box is zoomed to 10px the border will have the width of 1px?
Uko _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev