d3-thematika - v0.0.1
GitHub
Examples
Preparing search index...
index
createCrossHatchPattern
Function createCrossHatchPattern
createCrossHatchPattern
(
svg
:
Selection
<
SVGSVGElement
,
unknown
,
HTMLElement
,
any
>
,
id
:
string
,
angles
:
number
[]
,
options
?:
Omit
<
HatchPatternOptions
,
"angle"
>
,
)
:
string
複数の角度でクロスハッチングパターンを作成
Parameters
svg
:
Selection
<
SVGSVGElement
,
unknown
,
HTMLElement
,
any
>
D3のSVG Selection
id
:
string
パターンのID
angles
:
number
[]
角度の配列
options
:
Omit
<
HatchPatternOptions
,
"angle"
>
= {}
ハッチングパターンオプション
Returns
string
パターンのURL参照文字列
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
NPM Package
Issues
GitHub
Examples
d3-thematika - v0.0.1
Loading...
複数の角度でクロスハッチングパターンを作成