GraphiteEditor/Graphite

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

開放

#2,582 建立於 2025年4月16日

 (2 則留言) (0 個反應) (0 位負責人)Rust (1,176 個分叉)batch import
Good First Issue

倉庫指標

星標
 (25,662 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

  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.

貢獻者指南