mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 21:18:12 +08:00
Clean up code with better naming
This commit is contained in:
@@ -43,7 +43,7 @@ where
|
||||
for layer in layers {
|
||||
let viewspace = document.metadata().transform_to_viewport(layer);
|
||||
let Some(vector) = document.network_interface.compute_modified_vector(layer) else { continue };
|
||||
for id in vector.extendable_points() {
|
||||
for id in vector.anchor_points() {
|
||||
if exclude(id) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user