Abe Pazos
Abe Pazos
Looks like it was disabled: https://github.com/openrndr/openrndr/blob/c35ad281894afb3f3d2fa840a970ab32e6b8a642/openrndr-draw/src/commonMain/kotlin/org/openrndr/internal/Expansion.kt#L591 Here the test above updated that can be dropped into `openrndr-draw/src/commonTest/kotlin/TestPath.kt` ```kotlin package org.openrndr.draw import org.openrndr.internal.Path import org.openrndr.math.Vector2 import kotlin.test.Test import kotlin.test.assertTrue class TestPath...
Based on https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/crossOrigin that sounds like the right thing to do, instead of the current approach. Or even better, to set it explicitly to `image.crossOrigin = "anonymous";` instead of empty....
I tried adding this and testing locally without success. This is my test program: ```kotlin import org.openrndr.application import org.openrndr.draw.loadImageSuspend fun testLoadImage() = application { program { console.log("Going to request") val...
Are you using the master branch of [openrndr-js-template](https://github.com/openrndr/openrndr-js-template)? I use the `next-version` branch, with openrndr and orx snapshots. There I do not see the request made. The execution seems to...
I can't find the implementation of `imageLoad` or `imageLoadSuspend` in JavaScript in 0.4.5. I believe the IDE is telling me it's only implemented in `openrndr-jvm/openrndr-gl3/src/jvmMain/kotlin/org/openrndr/internal/gl3/ImageDriverStbImage.kt`. I do see it in...
Couldn't the names have an increasing index? just wondering... gradientFunction01, domainWarp01, levelWarp01, g_fill01... In any case just a nice-to-have feature, nothing necessary.