We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supported in OpenVG:
void vgPointAlongPath(VGPath p, VGint startsegment, VGint nsegments, VGfloat distance, VGfloat *x, VGfloat *y, VGfloat *tanx, VGfloat *tany)
but not implemented in ShivaVG.
Need to wrap the function in libovg, and either patch shiva or add our own compat function to fill in
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Supported in OpenVG:
but not implemented in ShivaVG.
Need to wrap the function in libovg, and either patch shiva or add our own compat function to fill in
The text was updated successfully, but these errors were encountered: