Skip to content

inkscape-0.92.3/src/2geom/piecewise.h:380]: (style) Array index 'ci' is used before limits check.

Source code is

while(c[ci] < pw.cuts.front() && ci < c.size()) {

Maybe better code

while(ci < c.size() && c[ci] < pw.cuts.front()) {

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information