Results 231 issues of finscn

like the image: ![image](https://user-images.githubusercontent.com/288367/56282644-3798b000-6142-11e9-9998-45db686ee97a.png) The part of the fish is semitransparent , the border is also semitransparent. I think the border's alpha should always be 1.0 .

feature request

Example : the center of ShockwaveFilter used uv coord, the x/y is [0.0 , 1.0]. When user want to use it , have to do some transform. I know the...

feature request

A picture is worth a thousand words: ![image](https://user-images.githubusercontent.com/288367/31727149-817e8dbe-b3ee-11e7-96e5-449bcf1ebfae.png)

feature request

draw outline only, don't draw the content of the original texture.

feature request

I found some repos about particles in shader, but they are based on ThreeJS. https://github.com/pwambach/threejs-particle-shader https://github.com/squarefeet/ShaderParticleEngine https://github.com/schteppe/gpu-physics.js (Some of them could support that custom `how to compute the particles` with...

enhancement

Only `water-huge2` failed . the log says : ``` not ok 18 4464 triangles when expected 4461 ``` I think maybe something is wrong in the test-case.

字体 : 思源宋体. 警告: (如图) ![image](https://user-images.githubusercontent.com/288367/120816461-56a56680-c583-11eb-8c8b-f175d9c8cdf6.png) 用其他工具 (https://www.npmjs.com/package/fontsubset ) 生成的没有这个问题. 而且其他工具生产的字体 还比 fontmin 生成的小了几KB.

有的运行环境 对字体名称有排他性(缓存). 比如 一个 思源宋体子集版 如果 还是叫思源宋体的话, 后面使用思源宋体完整版时, 还是谁使用子集版. 需要用不同的名字才行. 现在我是用 fontforge 自己改, 很麻烦. 希望该工具自己支持该功能. 谢谢了.

I want to use Oimo.js in a 2D scene. How do it ? Is there an example ? Thanks.

I set the `move: false` , it can't rotate, `move:true` , it can move & can rotate. How to create a body that "can't move but can rotate" ? How...