GraphiteEditor/Graphite

Drawing a shape at non-100% viewport zoom wrongly applies the scale to the Transform node not the shape

オープン

#2,582 opened on 2025/04/16

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (1,176 件のフォーク)batch import
Good First Issue

Repository metrics

Stars
 (25,662 個のスター)
PR merge metrics
 (PR metrics pending)

説明

  1. Zoom out so you're not at 100% viewport zoom.
  2. Draw a rectangle.
  3. Notice the Transform node has a scale value other than 1 corresponding to the zoom level of the viewport.
  4. This should be 1 and the viewport zoom should have been applied to the calculation of the rectangle dimensions instead.

This occurs with Rectangle, Ellipse, Polygon, and Star— but not Line.

コントリビューターガイド