一图胜千言, 图中有一条路径path, 沿着路径描了一条宽度为 width 的边, miterLimit 代表的是, 比例 ab/ac, 其中ac的长度为 1/2 width

来看 mdn 上的描述, 进行验证

  • miterLimit = max miterLength / lineWidth = 1 / sin ( min θ / 2 )
  • The default miter limit of 10.0 will strip all miters for sharp angles below about 11 degrees.
  • A miter limit equal to √2 ≈ 1.4142136 (rounded up) will strip miters for all acute angles, keeping miter joins only for obtuse or right angles.
  • A miter limit equal to 1.0 is valid but will disable all miters.
  • Values below 1.0 are invalid for the miter limit.

最新文章

  1. Chrome firefox ie等浏览器空格 宽度不一样怎么办
  2. Linux C popen()函数详解
  3. 我的防Q+
  4. Java classpath 如何自动添加web-content /lib下的jar包
  5. MySQL中引号的问题
  6. cron语法
  7. Azkaban遇到的坑-installation Failed.Error chunking
  8. 【Valid Parentheses】cpp
  9. 中断(interrupt)、异常(exception)、陷入(trap)
  10. Linux技巧总结(个人经验版)
  11. SVN上传代码时代码失败
  12. Nodejs随笔(二):像可执行shell脚本一样,运行node 脚本!
  13. ConnectivityManager
  14. POJ 1678 I Love this Game!#dp博弈
  15. Javascript 进阶 面向对象编程 继承的一个例子
  16. 【源码分析】Mybatis使用中,同一个事物里,select查询不出之前insert的数据
  17. luarocks 自定义包发布试用
  18. spring mvc 请求参数日期格式化 代码
  19. @JsonView 简单介绍[z]
  20. Linux下搭建Hadoop集群(Centos7.0)

热门文章

  1. 学习笔记:JavaScript-入门篇
  2. 每天一道Java题[3]
  3. 在已经部署svn 服务器上,搭建svn项目 成功版
  4. My-Blog搭建过程:如何让一个网站从零到可以上线访问
  5. 五、 创建连接串连接本地数据库(ASP.NET MVC5 系列)
  6. OpenCV探索之路(十五):角点检测
  7. Angular Route导航
  8. zabbix监控Elasticsearch集群
  9. Nagios配置安装详解
  10. 基于angular实现模拟微信小程序swiper组件