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

Scott Wallace (JIRA) tracker at squeakland.org
Fri Jan 13 04:42:08 EST 2012


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

Scott Wallace updated SQ-1004:
------------------------------

    Attachment: brushSizePref-sw.1.cs.gz

Adds a preference, "singlePixelNib", governing whether the smallest brush-size icon in a PaintBoxMorph should represent a one-pixel-wide or a three-pixel-wide nib.  For the XO this preference should be set to false, so that the three-pixel-nib minimum remains enforced; probably for other platforms it should be set to true.  Thanks to Bert and Subbu :)

> 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 4.1.2
>
>         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