r17250 by jghali - #6779: Fill Rule : unclear settings choice in Properties palette > Shape

scribus-commit scribus-commit at lists.scribus.net
Fri Jan 27 23:50:02 UTC 2012


Author: jghali
Date: Fri Jan 27 23:50:02 2012
New Revision: 17250

URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=17250
Log:
#6779: Fill Rule : unclear settings choice in Properties palette > Shape

Modified:
    trunk/Scribus/scribus/ui/propertiespalette_shape.cpp

Modified: trunk/Scribus/scribus/ui/propertiespalette_shape.cpp
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=17250&path=/trunk/Scribus/scribus/ui/propertiespalette_shape.cpp
==============================================================================
--- trunk/Scribus/scribus/ui/propertiespalette_shape.cpp (original)
+++ trunk/Scribus/scribus/ui/propertiespalette_shape.cpp Fri Jan 27 23:50:02 2012
@@ -548,6 +548,9 @@
 	evenOdd->setText( tr("Even-Odd"));
 	nonZero->setText( tr("Non Zero"));
 
+	evenOdd->setToolTip( "<qt>" + tr("This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and counting the number of path segments from the given shape that the ray crosses. If this number is odd, the point is inside, if even, the point is outside.")  + "</qt>");
+	nonZero->setToolTip( "<qt>" + tr("This rule determines the "insideness" of a point on the canvas by drawing a ray from that point to infinity in any direction and then examining the places where a segment of the shape crosses the ray. Starting with a count of zero, add one each time a path segment crosses the ray from left to right and subtract one each time a path segment crosses the ray from right to left. After counting the crossings, if the result is zero then the point is outside the path. Otherwise, it is inside.")  + "</qt>");
+
 	textFlowGroup->setTitle( tr("Text &Flow Around Frame"));
 	textFlowDisabled->setText( tr("Disabled"));
 	textFlowUsesFrameShape->setText( tr("Use Frame &Shape"));




More information about the scribus-commit mailing list