LOGOWANIE

KWALIFIKACJA PGF4 - TEST WIEDZY NR 3

Pytanie nr 12
<svg width="500" height="500">
    <path id="curvePath" d="M10 80 C 40 10, 65 10, 95 80 S 150 150, 180 80" stroke="black" fill="transparent"/>
    <text x="20" y="100">
        <textPath href="#curvePath">
            Tekst na ścieżce
        </textPath>
    </text>
</svg>
Który fragment kodu SVG jest odpowiedzialny za umieszczenie tekstu na ścieżce?
A.
B.
C.
D.