Hi guys, i just saw we have this code

case 'q': // Quadratic bezier curve
    while (token.type == abtNumber)
    {
        QPointF point1 = getPointFromString(&token, isRelative, currPos);
        QPointF point2 = getPointFromString(&token, isRelative, currPos);
        path.quadTo(point2, point2);
    }
    break;

Brad/Jiri should the first point2 be point1?

Albert
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to