file stringlengths 16 94 | text stringlengths 32 24.4k | vector list |
|---|---|---|
svg/reference/attribute/y2/index.md | SVG - Attribute - y2 - Elements - `<line>`:
For `line`, `y2` defines the y coordinate of the ending point of the line.
Example:
html,
body,
svg {
height: 100%;
}
Example:
<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
<line x1="1" x2="9" y1="5" y2="1" stroke="red" />
<line x1="1" x2="9" y1="5" ... | [
-0.8449810743331909,
-0.6665363907814026,
-0.8169103264808655,
-0.5838684439659119,
0.1722395271062851,
-0.8145099878311157,
0.16861677169799805,
1.195064902305603,
0.7560030817985535,
-0.39862075448036194,
-0.23623257875442505,
0.3868643343448639,
0.2450377196073532,
0.5760265588760376,
... |
svg/reference/attribute/y2/index.md | SVG - Attribute - y2 - Elements - `<linearGradient>`:
For `linearGradient`, `y2` defines the y coordinate of the ending point of the gradient vector used to map the gradient stop values. The exact behavior of this attribute is influenced by the `gradientUnits` attributes
Example:
html,
body,
svg {
height: 100%;
}
... | [
-1.377062201499939,
-0.6860144734382629,
-0.3661978840827942,
-0.181902214884758,
0.31163203716278076,
-1.1771246194839478,
-0.5350499153137207,
1.5559520721435547,
0.2730685770511627,
-0.19822540879249573,
-0.442764550447464,
0.5211579203605652,
0.9062120914459229,
-0.0036520049907267094,... |
svg/reference/attribute/y2/index.md | SVG - Attribute - y2 - Examples:
Example:
html,
body,
svg {
height: 100%;
}
Example:
<svg viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg">
<line x1="2" x2="22" y1="20" y2="0" stroke="red" />
<line x1="2" x2="22" y1="20" y2="10" stroke="green" />
<line x1="2" x2="22" y1="20" y2="20" stroke="blue" />
<... | [
-1.6421301364898682,
-0.1665646731853485,
-0.06456824392080307,
-0.1730746179819107,
0.06157229095697403,
-0.8728983402252197,
1.0275297164916992,
1.2873533964157104,
0.19455410540103912,
-0.4403352439403534,
-0.028048759326338768,
0.5362966656684875,
0.1578902155160904,
-0.143973857164382... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.