Automattic/node-canvas

Support for color values with percentage representation ?

Open

#1,391 创建于 2019年3月22日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (1,140 fork)batch import
FeatureHelp wanted

仓库指标

Star
 (9,524 star)
PR 合并指标
 (平均合并 34天 18小时) (30 天内合并 2 个 PR)

描述

Issue or Feature

The current implementation looks like ignoring color value with percentage representations rgba(100%,100%,100%,1.0). It is valid css color value according to this document. Is there any plan for supporting this or am I overlooking something ?

A library I am using outputs with this format and I am stuck here :S

Your Environment

  • Version of node-canvas (output of npm list canvas or yarn list canvas): canvas@2.4.1
  • Environment (e.g. node 4.2.0 on Mac OS X 10.8): Mac OS X 10.4.3

贡献者指南