Skip to content

fix typo #3

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ja/cairo-context.rd
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ Cairo::Contextには、いくつかrcairoが拡張している機能もありま
コンテキストの中に現在の留め継ぎ限界を設定します。

現在の結合点スタイルがCairo::LineJoin::MITERの場合は
(Cairo::Context#est_line_joinを見てください)、線分を
(Cairo::Context#set_line_joinを見てください)、線分を
留め継ぎの代わりに斜角で結合するべきかどうかを判断
するために設定した留め継ぎ限界を使います。

Expand Down