diff options
author | Raimo Niskanen <[email protected]> | 2016-04-15 10:40:00 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2016-04-18 11:48:16 +0200 |
commit | 20b44db2843e280474a45665f2584f9130eb686b (patch) | |
tree | 4b0d99546650de4720ae2a3d18ae6f216268d9f8 /system/doc/design_principles/statem.xml | |
parent | 7563c1929cd9bfceced790d0784210ea287d536e (diff) | |
download | otp-20b44db2843e280474a45665f2584f9130eb686b.tar.gz otp-20b44db2843e280474a45665f2584f9130eb686b.tar.bz2 otp-20b44db2843e280474a45665f2584f9130eb686b.zip |
Use .png pictures instead of .gif
Diffstat (limited to 'system/doc/design_principles/statem.xml')
-rw-r--r-- | system/doc/design_principles/statem.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml index c10afe482d..65daeac782 100644 --- a/system/doc/design_principles/statem.xml +++ b/system/doc/design_principles/statem.xml @@ -136,7 +136,7 @@ handle_event(EventType, EventContent, State, Data) -> it is is wrong, we start all over, waiting for a new button sequence. </p> - <image file="code_lock.gif"> + <image file="code_lock.png"> <icaption>Code lock state diagram</icaption> </image> <p> @@ -934,7 +934,7 @@ enter(Tag, State, Data) -> and some more utilizing the entry actions, which deserves a new state diagram: </p> - <image file="code_lock_2.gif"> + <image file="code_lock_2.png"> <icaption>Code lock state diagram revisited</icaption> </image> <p> |