Problems with Konva custom graphics

Why is there only one context.beginPath (); in the sceneFunc method of Konva custom graphics?

sceneFunc(context) {
    context.beginPath();
    context.moveTo(200, 50);
    context.lineTo(420, 80);
    context.quadraticCurveTo(300, 100, 260, 170);
    context.closePath();
    
    // context.beginPath();
    // context.moveTo(400, 50);
    // context.lineTo(420, 80);
    // context.quadraticCurveTo(300, 100, 260, 170);
    // context.closePath();
    
    context.fillStrokeShape(this);
}
Mar.04,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30fa1-2bd3d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30fa1-2bd3d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?