kobaj
kobaj
Hello, I'm wanting to use the `PathBuilder` [example](https://github.com/Nilirad/bevy_prototype_lyon/blob/master/examples/path.rs) but instead of `OrthographicCameraBundle` I would like to use the `UiCameraBundle`. is that possible? I'm hoping to use `PathBuilder` to draw my...
``` const pluralize = require('pluralize'); console.log(pluralize.singular("hypnosis")); // hypnosi ```
https://github.com/abonander/img_hash/blob/dbfb37f9251fea8f7efeabbb2267ddb1fcd21ca6/src/dct.rs#L66 Shouldn't the width, height here be swapped? Since on line 59 it was transposed already via width * height. Now it should be transposed height * width. eg ```...