廖健
廖健
是的,polyfill 在应用层做更合适。 @yinxing-ws 可以再给一下详细的错误信息
@tobyforever You can create your own service using Nodejs library [node-minifier](http://github.com/colorhook/node-minifier) or other similar tools in other language such as PHP, Java.
There is a bug in `clip_line_segment_to_rect` method which in `content/src/clip.rs` file: ```rust ... else if outcode.contains(Outcode::TOP) { point = vec2f(lerp(line_segment.from_x(), line_segment.to_x(), (line_segment.min_y() - line_segment.from_y()) / (line_segment.max_y() - line_segment.min_y())), rect.min_y()); }...