mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Add tests for consecutive perfect-curve segments
This commit is contained in:
@ -15,3 +15,10 @@ osu file format v128
|
||||
|
||||
// Last control point in segment duplicated
|
||||
0,0,5000,2,0,B|1:1|2:2|3:3|3:3|B|4:4|5:5,2,200
|
||||
|
||||
// Implicit perfect-curve multi-segment (Should convert to bezier to match stable)
|
||||
0,0,6000,2,0,P|75:145|170:75|170:75|300:145|410:20,1,475,0:0:0:0:
|
||||
|
||||
// Explicit perfect-curve multi-segment (Should not convert to bezier)
|
||||
0,0,7000,2,0,P|75:145|P|170:75|300:145|410:20,1,650,0:0:0:0:
|
||||
|
||||
|
Reference in New Issue
Block a user