Issue 3882 in pharo: Can't scale imported graphic

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3882 in pharo: Can't scale imported graphic

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-ReportDefect Milestone-1.2 Importance-High

New issue 3882 by [hidden email]: Can't scale imported graphic
http://code.google.com/p/pharo/issues/detail?id=3882

With Pharo 1.2

A DrGeo user dragging and dropping a picture in DrGeo related me the  
graphic can't be scaled from the halo scale icon. It was possible in the  
past, what's wrong?

When rotating an image morph, it mutates as a transformation morph  
(TransformationMorph), then you can scale it. Scaling could have the same  
behavior.
Sadly I don't see where it can be done.
The logic seems rather complicated



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3882 in pharo: Can't scale imported graphic

pharo

Comment #1 on issue 3882 by [hidden email]: Can't scale imported  
graphic
http://code.google.com/p/pharo/issues/detail?id=3882

try with:
ImageMorph>>#isFlexMorph
     ^ true

it works here.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3882 in pharo: Can't scale imported graphic

pharo
Updates:
        Status: FixToInclude
        Labels: Milestone-1.3

Comment #2 on issue 3882 by [hidden email]: Can't scale imported  
graphic
http://code.google.com/p/pharo/issues/detail?id=3882

(No comment was entered for this change.)


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3882 in pharo: Can't scale imported graphic

pharo
In reply to this post by pharo

Comment #4 on issue 3882 by [hidden email]: Can't scale imported  
graphic
http://code.google.com/p/pharo/issues/detail?id=3882

in 13114

TODO: 1.2


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3882 in pharo: Can't scale imported graphic

pharo

Comment #5 on issue 3882 by [hidden email]: Can't scale imported  
graphic
http://code.google.com/p/pharo/issues/detail?id=3882

in 13114

TOOD: 1.2


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3882 in pharo: Can't scale imported graphic

pharo
Updates:
        Status: Closed

Comment #6 on issue 3882 by [hidden email]: Can't scale imported  
graphic
http://code.google.com/p/pharo/issues/detail?id=3882

in 12344