You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2019/10/16 06:24:50 UTC

[GitHub] [incubator-echarts] Ovilia commented on a change in pull request #11393: feat: support round cap for polar bars

Ovilia commented on a change in pull request #11393: feat: support round cap for polar bars
URL: https://github.com/apache/incubator-echarts/pull/11393#discussion_r335295338
 
 

 ##########
 File path: src/util/graphic.js
 ##########
 @@ -75,6 +77,10 @@ export function extendShape(opts) {
     return Path.extend(opts);
 }
 
+export function fixClipWithShadow(conditionCheck) {
+    return fixPathClipWithShadow(Path.prototype.brush, conditionCheck);
 
 Review comment:
   Sorry, I forgot to make a PR. It's available now: https://github.com/ecomfe/zrender/pull/513/files

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org