| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 01 2c 00 00 01 1b 08 06 00 00 00 60 02 b9 | .PNG........IHDR...,.........`.. |
| 0020 | 60 00 00 00 01 73 52 47 42 00 ae ce 1c e9 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 | `....sRGB.........gAMA......a... |
| 0040 | 00 09 70 48 59 73 00 00 0e c3 00 00 0e c3 01 c7 6f a8 64 00 00 00 19 74 45 58 74 53 6f 66 74 77 | ..pHYs..........o.d....tEXtSoftw |
| 0060 | 61 72 65 00 70 61 69 6e 74 2e 6e 65 74 20 34 2e 30 2e 31 37 33 6e 9f 63 00 00 b3 2b 49 44 41 54 | are.paint.net.4.0.173n.c...+IDAT |
| 0080 | 78 5e ed fd 07 78 1f c7 75 ef 8d 13 8d 04 41 10 ec bd f7 0e 02 20 3a 01 82 00 41 02 24 c0 de 54 | x^...x..u.....A.......:...A.$..T |
| 00a0 | 28 aa d9 b2 ad 6a 35 4b b6 62 31 96 5c 64 4b ee bd 24 b6 a5 c4 b6 e4 a2 c2 26 c9 35 f7 ff 26 71 | (....j5K.b1.\dK..$.......&.5..&q |
| 00c0 | 6e f2 be 49 6e ee ff bd f7 b9 49 9c 66 3b c9 8d 1d a7 de 14 5b 3a ef f9 2c f6 4b 0d 57 fb 43 23 | n..In.....I.f;......[:..,.K.W.C# |
| 00e0 | 41 01 e0 ce f3 9c 67 b6 cc ce ce cc ce f9 ce f7 9c 99 dd 1d 73 e5 95 57 da 48 94 dd bb 77 db fa | A.....g.............s..W.H...w.. |
| 0100 | f5 eb ed 0d 6f 78 83 bd fe f5 af b7 9b 6e ba 69 40 c2 35 37 df 7c b3 95 95 95 59 47 47 c7 4f c7 | ....ox.......n.i@.57.|....YGG.O. |
| 0120 | 64 21 0b 59 18 fe 21 0d 0c 46 82 5c 7d f5 d5 36 7f fe fc 08 74 d2 00 29 97 08 dc 88 df f4 a6 37 | d!.Y..!..F.\}..6....t..).......7 |
| 0140 | d9 e2 c5 8b 6d e1 c2 85 19 60 65 21 0b 23 21 a4 81 c1 48 91 75 eb d6 d9 91 23 47 22 96 95 04 a6 | ....m....`e!.#!...H.u....#G".... |
| 0160 | de 44 a0 05 d8 55 57 57 5b 41 41 41 06 58 59 c8 c2 48 08 69 40 30 12 e4 aa ab ae b2 ce ce ce 08 | .D...UWW[AAA.XY..H.i@0.......... |
| 0180 | 70 00 20 a4 bf e6 a1 d2 10 ef df bf df 4a 4a 4a ec fe fb ef df 13 37 49 16 b2 90 85 e1 1a d2 c0 | p............JJJ......7I........ |
| 01a0 | 60 24 08 cc ea 8a 2b ae b0 39 73 e6 d8 1d 77 dc 11 81 d5 eb 5e f7 ba 01 b1 2d 00 0b d3 b2 b0 b0 | `$....+..9s...w.....^....-...... |
| 01c0 | d0 4a 4b 4b f7 c5 4d 92 85 2c 64 61 b8 86 34 30 18 49 b2 64 c9 12 bb e1 86 1b 22 b0 7a e3 1b df | .JKK..M..,da..40.I.d......".z... |
| 01e0 | d8 2f 86 15 ca 2<SyntaxDefinition name="XML" extensions=".xml;.xsl;.xslt;.xsd;.manifest;.config;.addin;.xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;.booproj;.build;.xfrm;.targets;.xaml;.xpt;.xft;.map;.wsdl;.disco;.ps1xml;.nuspec" xmlns="http://icsharpcode.net/sharpdevelop/syntaxdefinition/2008">
<Color foreground="Green" name="Comment" exampleText="<!-- comment -->" />
<Color foreground="#3F92D6" name="CData" exampleText="<![CDATA[data]]>" />
<Color foreground="#C8C8C7" name="DocType" exampleText="<!DOCTYPE rootElement>" />
<Color foreground="#3F92D6" name="XmlDeclaration" exampleText='<?xml version="1.0"?>' />
<Color foreground="#3F92D6" name="XmlTag" exampleText='<tag attribute="value" />' />
<Color foreground="#92CAF4" name="AttributeName" exampleText='<tag attribute="value" />' />
<Color foreground="#C8C8C7" name="AttributeValue" exampleText='<tag attribute="value" />' />
<Color foreground="Teal" name="Entity" exampleText="index.aspx?a=1&amp;b=2" />
<Color foreground="Red" name="BrokenEntity" exampleText="index.aspx?a=1&b=2" />
<RuleSet>
<Span color="Comment" multiline="true">
<Begin><!--</Begin>
<End>--></End>
</Span>
<Span color="CData" multiline="true">
<Begin><!\[CDATA\[</Begin>
<End>]]></End>
</Span>
<Span color="DocType" multiline="true">
<Begin><!DOCTYPE</Begin>
<End>></End>
</Span>
<Span color="XmlDeclaration" multiline="true">
<Begin><\?</Begin>
<End>\?></End>
</Span>
<Span color="XmlTag" multiline="true">
<Begin><</Begin>
<End>></End>
<RuleSet>
<!-- Treat the position before '<' as end, as that's not a valid character
in attribute names and indicates the user forgot a closing quote. -->
<Span color="AttributeValue" multiline="true" ruleSet="EntitySet">
<Begin>"</Begin>
<End>"|(?=<)</End>
</Span>
<Span color="AttributeValue" multiline="true" ruleSet="EntitySet">
<Begin>'</Begin>
<End>'|(?=<)</End>
</Span>
<Rule color="AttributeName">[\d\w_\-\.]+(?=(\s*=))</Rule>
<Rule color="AttributeValue">=</Rule>
</RuleSet>
</Span>
<Import ruleSet="EntitySet"/>
</RuleSet>
<RuleSet name="EntitySet">
<Rule color="Entity">
&
[\w\d\#]+
;
</Rule>
<Rule color="BrokenEntity">
&
[\w\d\#]*
#missing ;
</Rule>
</RuleSet>
</SyntaxDefinition>
|