Git Product home page Git Product logo

Comments (1)

Gasparoken avatar Gasparoken commented on June 8, 2024 1

Thanks for this report! I will take this opportunity to summarize some related problems.
Snap to Grid is sometimes confusing dependant on:

  1. Grid size VS pixel size.
  2. Different behaviors according tool used.
  3. Truncation issue when the end coordinate > start coordinate (bug).

1: Pixel size is 1 and Grid cell is 3x3, the brush snaps to the closest grid cell origin:
Apr-09-2024 10-02-40
It looks OK.
But when the pixel size is 6 and the grid cell is 3x3, the brush snaps its top-left corner with the origin of the grid cell closest to the cursor position (i.e. the center coordinate of the brush) , this is a bug.
Apr-09-2024 10-03-44
Related: https://community.aseprite.org/t/improvement-snap-to-grid/4710

2: Different behaviors: Pencil tool VS Rectangle tool
Apr-09-2024 09-08-45
When Snap to Grid is ON, most tools work like they do on the left side (snapping to the origin of each grid cell).
But others work like on the right side (snapping to corners within a grid cell or a group of grid cells), these tools are the Line tool, Rectangle tools, and Ellipse tools.
Depending on the needs of the artist, one behavior or another will be better. I think it would be nice to have some checkbox to select it.
Related: #4190

3: Exactly the problem you described above with the Line tool when the end coordinate is greater than the start coordinate.

from aseprite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.