{ "id": "155595", "key": "TIMOB-20546", "fields": { "issuetype": { "id": "4", "description": "An improvement or enhancement to an existing feature or task.", "name": "Improvement", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [], "resolution": null, "resolutiondate": null, "created": "2016-03-10T10:45:00.000+0000", "priority": null, "labels": [], "versions": [], "issuelinks": [], "assignee": null, "updated": "2018-02-28T19:55:28.000+0000", "status": { "description": "The issue is open and ready for the assignee to start work on it.", "name": "Open", "id": "1", "statusCategory": { "id": 2, "key": "new", "colorName": "blue-gray", "name": "To Do" } }, "components": [], "description": "h3. Steps to Reproduce\n{code}\nvar MapModule = require('ti.map');\nvar polygon = MapModule.createPolygon({\n fillColor: '#123456',\n strokeColor: '#123456',\n});\n{code}\n\nh3. Actual Result\nActually there is no property to which would allow to change the opacity of fillColor of polygon.\nThe only way to achieve that is a workaround with alpha channel for fillColor property, which is not described anywhere:\n{code}\n strokeColor: '#88123456',\n{code}\nIt is not possible with name values of colors like :'red', 'blue'\n\n\nh3. Expected Result\nPolygon disctionary should allow setting opacity for fillColor.\n{code}\nvar MapModule = require('ti.map');\nvar polygon = MapModule.createPolygon({\n fillColor: '#123456',\n strokeColor: '#123456',\n fillColorOpacity: 0.5\n});\n{code}", "attachment": [], "flagged": false, "summary": "Adding opacity property for fillColor in ti.map.polygon", "creator": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "CREATIVE KAIZEN", "key": "creative kaizen", "displayName": "CREATIVE KAIZEN", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "379458", "author": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "body": "Hello, \r\n\r\nThis seems to be a valid improvement request. Although this need to be reviewed by our selection committee and they will decide whether this should be added in the platform. The process is time-consuming and lots of variable in play. Currently, will have other requests in the pipeline. We will let you know if and when we will be able to make the feature available. \r\n\r\nThanks. ", "updateAuthor": { "name": "sdarda", "key": "sdarda", "displayName": "Sharif AbuDarda", "active": false, "timeZone": "Asia/Dhaka" }, "created": "2016-03-10T16:48:37.000+0000", "updated": "2016-03-10T16:48:37.000+0000" } ], "maxResults": 1, "total": 1, "startAt": 0 } } }