Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clip-path #182

Open
hysryt opened this issue Aug 6, 2021 · 1 comment
Open

clip-path #182

hysryt opened this issue Aug 6, 2021 · 1 comment

Comments

@hysryt
Copy link
Owner

hysryt commented Aug 6, 2021

No description provided.

@hysryt
Copy link
Owner Author

hysryt commented Aug 6, 2021

clip-path

要素をクリッピングする。
none以外を指定した場合、スタッキングコンテキストが作成される。

ブラウザの対応

参考:https://caniuse.com/css-clip-path

IE
未対応

Edge, Chrome, Safari
外部のSVGファイルをサポートしていない。SVGを使用したい場合はインラインSVGを使用する。

Firefox
完全対応

指定できる値

  • <clip-source>
  • <basic-shape> || <geometry-box>
  • none

※ 「||」は「いずれかまたは両方」を意味する。

clip-source

SVG要素のパス。
url(#xxx)で指定する。

geometry-box

基準となるボックス

  • margin-box
  • border-box
  • padding-box
  • content-box
  • fill-box
  • stroke-box
  • view-box

basic-shape

シェイプ。
CSS Shapes moduleで定義されたシェイプ関数を使用できる。

  • inset
  • circle
  • ellipse
  • polygon
  • path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant