<!DOCTYPE HTML> <!-- <copyright> This file contains proprietary software owned by Motorola Mobility, Inc.<br/> No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. </copyright> --> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="pen-properties.css"> <script type="text/montage-serialization"> { "strokeSizeHT": { "prototype": "js/components/hottextunit.reel[HotTextUnit]", "properties": { "element": {"#": "strokeSize"}, "minValue": 1, "maxValue": 100, "value": 1, "decimalPlace": 10, "acceptableUnits" : ["px", "pt"] } }, "owner": { "prototype": "js/components/tools-properties/pen-properties.reel", "properties": { "element": {"#": "penProperties"}, "_strokeSize": {"@": "strokeSizeHT"} } } } </script> </head> <body> <div data-montage-id="penProperties" class="subToolHolderPanel"> <div id="strokesContainer" class="leftLabel" style="margin-left:25px; padding-top: 3px;"> <label class="label"> Stroke:</label> <div data-montage-id="strokeSize" class="label"></div> </div> </div> </body> </html>