[etoys-notify] [JIRA] Updated: (SQ-1004) Brush size 1 is missing in PaintBox

Bert Freudenberg (JIRA) tracker at squeakland.org
Fri May 4 07:52:48 EDT 2012


     [ http://tracker.squeakland.org/browse/SQ-1004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bert Freudenberg updated SQ-1004:
---------------------------------

    Fix Version/s: etoys 5.0.1
                       (was: etoys 5.0)

> Brush size 1 is missing in PaintBox
> -----------------------------------
>
>                 Key: SQ-1004
>                 URL: http://tracker.squeakland.org/browse/SQ-1004
>             Project: squeakland
>          Issue Type: Bug
>          Components: etoys
>            Reporter: K. K. Subramaniam
>            Assignee: K. K. Subramaniam
>             Fix For: etoys 5.0.1
>
>         Attachments: brushSizePref-sw.1.cs.gz, fixbrush.1.cs, fixbrushlive.st
>
>
> Etoys Paint tool had brush sizes starting from 1, 3, etc. But they were changed to 3, 7, 13, ..., to accommodate very fine DPIs in XO computers. But 3-pixel lines are visually too thick for artwork by desktop users. They need a 1-pixel line for fine artwork. The attached changeset restores the brush sizes to 1,3,7... so that both XO and regular desktop users can use Etoys.
> User of older versions can drop the attached fixbrushlive.st file into their Etoys session to change the first brush size to 1. It contains a oneline fix:
> PaintBoxMorph allInstancesDo: [ :b | (b submorphNamed: #brush1:) arguments at: 3 put: (Form dotOfSize: 1) ]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.squeakland.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the etoys-notify mailing list