We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd29115 commit 84dd484Copy full SHA for 84dd484
crates/typst-library/src/visualize/image/mod.rs
@@ -48,8 +48,8 @@ pub struct ImageElem {
48
/// 画像ファイルへの[path]($syntax/#paths)、
49
/// あるいはサポートされている[format]($image.format)のいずれかで構成された画像を表す生のバイト列。
50
///
51
- /// バイト列は、行優先(row-major)かつ左から右、
52
- /// 上から下に並んだ生のピクセルデータを指定するために使用できます。
+ /// バイト列を使う場合は、生のピクセルデータを左から右へ、上から下へと並べた
+ /// 行優先(row-major)形式で指定します。
53
54
/// ```example
55
/// #let original = read("diagram.svg")
0 commit comments