Skip to content

pharo-graphics/TinyPaint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyPaint

This project is a version of Paint but in Pharo and using Bloc, Toplo and Coypul elements.

Open the project

PaintInterface new open

BUG REPORTED

Rectangle and circle size is defined by 0@0 extent: our position in drag and drop for an unknown reason (Must be to find) so I need to check it. Fill bucket is long when it's a large amount of pixel, we need a mapColor: aListOfPoint to: newColor such as the mapColor in FormCanvas which do it for each pixel from a color to a new color. Layers aren't finish yet so it still buggy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%