From d523a9cc681b4925f257eb90e504d3629097144d Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 1 Jun 2005 20:10:53 +0000 Subject: Documented the '00360' rotation feature in symbols git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4392 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/common.html | 7 ++++--- test/symbols.cxx | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/documentation/common.html b/documentation/common.html index 2a2421cc1..d185f6e41 100644 --- a/documentation/common.html +++ b/documentation/common.html @@ -350,11 +350,12 @@ sign. Figure 3-4 shows the available symbols.

  • +[1-9] or -[1-9] tweaks the scaling a little bigger or smaller.
  • - '$' flips the symbol horizontaly, '%' flips it verticaly. +
  • '$' flips the symbol horizontaly, '%' flips it verticaly.
  • -
  • [1-9] - rotates by a multiple of 45 degrees. '5' and +
  • [0-9] - rotates by a multiple of 45 degrees. '5' and '6' do no rotation while the others point in the - direction of that key on a numeric keypad.
  • + direction of that key on a numeric keypad. '0', followed by four + more digits rotates the symbol by that amount in degrees. diff --git a/test/symbols.cxx b/test/symbols.cxx index 6450a20a3..a62ac9385 100644 --- a/test/symbols.cxx +++ b/test/symbols.cxx @@ -115,7 +115,7 @@ bt("@arrow"); bt("@returnarrow"); bt("@square"); bt("@circle"); -bt("@line"); +bt("@00010line"); bt("@menu"); bt("@UpArrow"); bt("@DnArrow"); -- cgit v1.2.3