Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antvis/F2Native
/ UpdateAttribute
Method
UpdateAttribute
core/graphics/shape/Group.cpp:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void xg::shape::Group::UpdateAttribute(std::string attrName, double val) {
137
if(attrName ==
"alpha"
) {
138
this->Alpha(val);
139
}
140
}
Callers
nothing calls this directly
Calls
1
Alpha
Method · 0.95
Tested by
no test coverage detected