TeamFlos / phira

GNU General Public License v3.0
1.12k stars 105 forks source link

[RPE]事件sizeControl仅改变note宽度,不改变note厚度 #284

Open kafuu opened 6 months ago

kafuu commented 6 months ago

例:

"sizeControl" : [
            {
               "easing" : 1,
               "size" : 0.5,
               "x" : 0.0
            },
            {
               "easing" : 1,
               "size" : 0.5,
               "x" : 9999999.0
            }
         ]

预期 image 实际 image

sjfhsjfh commented 5 months ago

请提供rpe关于渲染行为的文档,没有则属于undefined behavior,不应当视作bug

sjfhsjfh commented 5 months ago

看看这个

293