Benoît Jeaurond

Results 24 issues of Benoît Jeaurond

## Describe the feature To have built-in GitHub action support. The script could ask the user if they want to use CircleCI or GitHub Actions. ## Motivation Since GitHub Actions...

feature request

Remove `@luncheon/simplify-svg-path` dependency since it may not be needed with #4 (or won't be compatible with #4)

enhancement
priority: low
component: Canvas

## Changes * Created `@benjeau/react-native-draw-core` utilities package for both renderers * Moved `@benjeau/react-native-draw` to `@benjeau/react-native-draw-svg` * Created `@benjeau/react-native-draw-skia` * Renamed packages folder (removed `react-native-draw-` prefix) * Added `addPaths()` and `setPaths()`...

### Is your feature request related to a problem? _No response_ ### Desired solution (feature) Add [`WebView`](https://github.com/react-native-webview/react-native-webview) as a possible `Canvas` implementation, this should be better than drawing SVGs for...

enhancement
priority: low
component: Canvas

### Is your feature request related to a problem? _No response_ ### Desired solution (feature) Should have all the necessary ref methods to properly control the canvas ### Alternatives considered...

enhancement
priority: med
component: Canvas

This is not currently a problem, but with https://github.com/BenJeau/react-native-draw/issues/46, if this is not implemented, it will become a problem since the keys for SVG paths is simply the index, and...

enhancement
priority: low
component: Canvas

https://shopify.github.io/react-native-skia/ is extremely cool and brings infinitely smoother drawing capabilities (after trying out their small demo). Once #21 is done, we could support both an `SVG` and a `Skia` renderer,...

enhancement
priority: high
component: Canvas

It would be nice to have a layer system built into the `Canvas` which would allow the following examples to work: * Have a "highlighter" on top on every other...

enhancement
priority: low
component: Canvas

### Polars version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of...

bug
rust

**Is your feature request related to a problem? Please describe.** Since v5 is aiming at implementing material design 3, it would be cool if the theme would follow the system's...

repro provided