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

K. K. Subramaniam (JIRA) tracker at squeakland.org
Tue Jan 10 06:15:07 EST 2012


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