Matthew Polak
Matthew Polak
For anyone needing a temporary workaround, you can define `MC` manually. At `ytdl-core/lib/sig.js:115`, replace the `decipherScript` with the following: ```js const decipherScript = functions.length ? new vm.Script(`var MC={QO:function(a,b){var c=a[0];a[0]=a[b%a.length];a[b%a.length]=c},"if":function(a){a.reverse()},pn:function(a,b){a.splice(0,b)}};${functions[0]}`) :...
If you know exactly where you want to put the text, you could draw the chart to a buffer, drop the chart, then pass the buffer directly into skia_safe and...
I forked the branch and added a temporary fix that seems to display fine, I'm sure there's a more permanent fix to the issue though. Replaced https://github.com/plotters-rs/plotters/blob/next-release-devel/plotters-backend/src/rasterizer/path.rs#L87 with: ```rust if...