shape用于设定形状,可以在selector,layout等里面使用,有6个子标签。大小(size)渐变(gradient)填充(solid)圆角(corners)描边(stroke)间隔(padding)res/drawable/shape_self.xml ...
分类:
移动开发 时间:
2015-10-16 13:15:28
阅读次数:
223
官网: https://icomoon.io/app/ 1.点import批量选择*.svg文件并上传, 上传过程中有可能会出现icomoon会忽略掉Stroke的提示,解决办法在这里: https://icomoon.io/#docs/stroke-to-fill 一共列出了三款软件Illus...
分类:
其他好文 时间:
2015-10-12 22:49:18
阅读次数:
285
一般描边开始: <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
矩形圆椭圆直线折线标签用来创建含有不少于三个边的图形stroke:描边的颜色写好的一个编辑器: SVG 编辑器 创建 Rect Circle Ellipse L...
分类:
其他好文 时间:
2015-10-01 06:56:53
阅读次数:
229
canvas 标签:获取画笔: 对象.getContext("2d")制定画笔Syte: context.fillStyle = "red"; context.fill(); context.strokeStyle = "blue"; context.stroke();设置线条的宽度: l...
分类:
Web程序 时间:
2015-09-13 16:01:11
阅读次数:
196
import matplotlibmatplotlib.use('Agg')import matplotlib.pyplot as pltfrom Cstring import StringIOy = [3, 10, 7, 5, 3, 4.5, 6, 8.1]N = len(y)x = range(...
分类:
编程语言 时间:
2015-09-12 17:44:02
阅读次数:
778
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
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
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
题目如下:
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