Skip to content

Commit

Permalink
Rename stretch.jl --> scale.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Jan 24, 2024
1 parent 37e87a6 commit 6dc521d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ applycoord(t::CoordinateTransform, g::AbstractVector{<:Geometry}) = map(gᵢ ->
include("transforms/rotate.jl")
include("transforms/translate.jl")
include("transforms/affine.jl")
include("transforms/stretch.jl")
include("transforms/scale.jl")
include("transforms/expand.jl")
include("transforms/stdcoords.jl")
include("transforms/repair.jl")
Expand Down
File renamed without changes.

0 comments on commit 6dc521d

Please sign in to comment.