aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-06 22:35:43 +0100
committerGitHub <noreply@github.com>2016-11-06 22:35:43 +0100
commitd17df06930bd6d56b33c43e0e3a6632c2c50ab0f (patch)
treeb8b4d955940ea86014305ce0b814d9b1639e3e01
parent3799c71dee9e8d73858c727873d550adc0649c64 (diff)
downloadOneRoll-d17df06930bd6d56b33c43e0e3a6632c2c50ab0f.tar.gz
OneRoll-d17df06930bd6d56b33c43e0e3a6632c2c50ab0f.zip
Update HelpMe.md
change svg link
-rw-r--r--HelpMe.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/HelpMe.md b/HelpMe.md
index d6b0eb0..1acec27 100644
--- a/HelpMe.md
+++ b/HelpMe.md
@@ -138,7 +138,17 @@ Paint the first die in the list in blue
Paint the two first dice in the list in blue.
-<a><img src="https://gist.githubusercontent.com/obiwankennedy/62101383d411e55d205e44df78aa5299/raw/70ed8797fdcf68516f06da23f53ca42c754efe74/diceResult.svg"/></a>
+<?xml version="1.0" encoding="utf-8"?>
+<svg version="1.1"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ width="180" height="50">
+ <text font-size="16" x="10" y="20">
+ (<tspan fill="blue">10 4</tspan>
+ <tspan fill="red">10 3 7 7 9 9</tspan>)
+ </text>
+</svg>
+
The amount of color is depending of client application of DiceParser.
With Rolisteam, you may set any Qt color's name or set the Hexcode of your color: #ff28AC.