Skip to content

Document_KnownIssues(en US)

MikiraSora edited this page Jan 4, 2024 · 1 revision

Editor undo/redo function

  • Some batch operations may cause bugs, such as dragging and moving multiple objects at the same time and then trying to undo them, resulting in the inability to undo, or the undo not being able to be redone, so you need to save frequently to avoid unnecessary trouble.

svg line transfer problem

  • Because the track of a certain game has XGrid integer Unit limit, an interpolator with XGrid limit is provided. Moreover, my algorithm is not good, and the effect of the interpolator with XGrid limit is limited and needs to be optimized:
    image
    First: XGrid restricted interpolator
    Second: The default implementation of the interpolator
    Third: XGrid restricted interpolator (half scaling)
    Fourth: original SVG object
  • svg's simplified function may have negative optimizations
  • Generating too many track objects (>5000) may cause the editor to get stuck
Clone this wiki locally