码迷,mamicode.com
首页 >  
搜索关键字:stroke    ( 452个结果
icomoon用法
官网: https://icomoon.io/app/ 1.点import批量选择*.svg文件并上传, 上传过程中有可能会出现icomoon会忽略掉Stroke的提示,解决办法在这里: https://icomoon.io/#docs/stroke-to-fill 一共列出了三款软件Illus...
分类:其他好文   时间:2015-10-12 22:49:18    阅读次数:285
android stroke描边,去掉左右描边
一般描边开始: <shape xmlns:android="http://schemas.android.com/apk/res/android"> ???????? <stroke android:width="1dp" android:color="@color/line" /> </shape> 去掉左右描边: <layer-list ...
分类:移动开发   时间:2015-10-07 19:07:04    阅读次数:530
SVG-1
矩形圆椭圆直线折线标签用来创建含有不少于三个边的图形stroke:描边的颜色写好的一个编辑器: SVG 编辑器 创建 Rect Circle Ellipse L...
分类:其他好文   时间:2015-10-01 06:56:53    阅读次数:229
HTML5页面绘图
canvas 标签:获取画笔: 对象.getContext("2d")制定画笔Syte: context.fillStyle = "red"; context.fill(); context.strokeStyle = "blue"; context.stroke();设置线条的宽度: l...
分类:Web程序   时间:2015-09-13 16:01:11    阅读次数:196
PAT-ADVANCED-1091-Acute Stroke
One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core regions ...
分类:其他好文   时间:2015-09-08 23:31:14    阅读次数:344
pat1091. Acute Stroke (30)
1091. Acute Stroke (30)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueOne important factor to identify acute stroke (急性脑卒中) is the volume o...
分类:其他好文   时间:2015-09-06 21:33:52    阅读次数:218
android canvas探究
protected void onDraw(Canvas canvas) { // TODO Auto-generated method stub super.onDraw(canvas); //构造两个画笔,一个红色,一个绿色 Paint paint_green = generatePaint(Color.GREEN, Style.STROKE, 3); Paint paint_r...
分类:移动开发   时间:2015-08-30 10:04:01    阅读次数:156
1091. Acute Stroke (30)
题目如下: One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in which the core regions are identified in each MRI slice, you...
分类:其他好文   时间:2015-08-28 17:53:29    阅读次数:261
html5——canvas画直线
canvas demo 效果图beginPath()刷新(开始)画图的开头moveTo()开始点lineto()记录点,可以多个stroke()绘制从beginPath()开始设置的定义图形
分类:Web程序   时间:2015-08-28 11:02:10    阅读次数:126
PAT 1091. Acute Stroke (30)
1091. Acute Stroke (30)One important factor to identify acute stroke (急性脑卒中) is the volume of the stroke core. Given the results of image analysis in ...
分类:其他好文   时间:2015-08-25 16:03:49    阅读次数:228
452条   上一页 1 ... 36 37 38 39 40 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!