You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the plugin to render the svc document file, there is an error message happened as below:
_renderer = new GdiGraphicsRenderer() { BackColor = Color.White };
_window = new SvgPictureBoxWindow(DefaultWindowWidth, DefaultWindowHeight, _renderer);
_document = new SvgDocument(_window);
ColorBlend object that was set is not valid.Position's last element must be equal to 1.0. ColorBlend objects must be
constructed with the same number of positions and color values. Positions must be between 0.0 and 1.0, 1.0 indicating the last
element in the array.
The SharpVectors version: 1.7.1
.Net framework: 4.7
IIS Server: 10.0.18362.1
Does anyone have this issue? Thanks so much. :)
The text was updated successfully, but these errors were encountered:
paulushub
changed the title
Error message: ColorBlend object that was set is not valid.Position's last element must be equal to 1.0. ColorBlend objects must be constructed with the same number of positions and color values. Positions must be between 0.0 and 1.0, 1.0 indicating the last element in the array
GDI Renderer: Invalid ColorBlend Positions
Feb 23, 2021
When I use the plugin to render the svc document file, there is an error message happened as below:
The SVG file as below:
compuserver_msn_Ford_Focus.zip
The SharpVectors version: 1.7.1
.Net framework: 4.7
IIS Server: 10.0.18362.1
Does anyone have this issue? Thanks so much. :)
The text was updated successfully, but these errors were encountered: