Skip to content

Commit f4a988b

Browse files
Flawakeadrian17
andauthored
swf: Update link (ruffle-rs#8650)
The original link is not working anymore so I put a link to the wayback machine in it's place that leads to the original document Co-authored-by: Adrian Wielgosik <[email protected]>
1 parent f2080e6 commit f4a988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swf/src/types/matrix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::ops;
1414
/// The SWF format uses 16.16 format for `a`, `b`, `c`, `d`. Twips are used for `tx` and `ty`.
1515
/// This means that objects in Flash can only move in units of twips, or 1/20 pixels.
1616
///
17-
/// [SWF19 pp.22-24](https://www.adobe.com/content/dam/acom/en/devnet/pdf/swf-file-format-spec.pdf#page=22)
17+
/// [SWF19 pp.22-24](https://web.archive.org/web/20220205011833if_/https://www.adobe.com/content/dam/acom/en/devnet/pdf/swf-file-format-spec.pdf#page=22)
1818
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
1919
pub struct Matrix {
2020
/// The matrix element at `[0, 0]`. Labeled `ScaleX` in SWF19.

0 commit comments

Comments
 (0)